* 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:
usa 2009-09-15 06:30:07 +00:00
parent 4d3dac97ad
commit 840fd72f33
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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