From 840fd72f33fc24f7e6f89f1acf699587903e360b Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 15 Sep 2009 06:30:07 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35d44fc7a6..22659b7bb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 15 15:21:01 2009 NAKAMURA Usaku + + * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this + macro was changed at r24923. + Tue Sep 15 15:16:14 2009 Nobuyoshi Nakada * common.mk (install-rdoc), configure.in (RDOCTARGET): removed diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 416921403e..21a354312c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -151,7 +151,7 @@ TESTUI = console TESTS = !endif !ifndef RDOCTARGET -RDOCTARGET = install-doc +RDOCTARGET = rdoc !endif OUTFLAG = -Fe