* win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this
macro was changed at r24923. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4d3dac97ad
commit
840fd72f33
@ -1,3 +1,8 @@
|
|||||||
|
Tue Sep 15 15:21:01 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this
|
||||||
|
macro was changed at r24923.
|
||||||
|
|
||||||
Tue Sep 15 15:16:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Sep 15 15:16:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk (install-rdoc), configure.in (RDOCTARGET): removed
|
* common.mk (install-rdoc), configure.in (RDOCTARGET): removed
|
||||||
|
@ -151,7 +151,7 @@ TESTUI = console
|
|||||||
TESTS =
|
TESTS =
|
||||||
!endif
|
!endif
|
||||||
!ifndef RDOCTARGET
|
!ifndef RDOCTARGET
|
||||||
RDOCTARGET = install-doc
|
RDOCTARGET = rdoc
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
OUTFLAG = -Fe
|
OUTFLAG = -Fe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user