[前][次][番号順一覧][スレッド一覧]

ruby-changes:13182

From: usa <ko1@a...>
Date: Tue, 15 Sep 2009 15:30:26 +0900 (JST)
Subject: [ruby-changes:13182] Ruby:r24937 (trunk): * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this

usa	2009-09-15 15:30:07 +0900 (Tue, 15 Sep 2009)

  New Revision: 24937

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24937

  Log:
    * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this
      macro was changed at r24923.

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24936)
+++ ChangeLog	(revision 24937)
@@ -1,3 +1,8 @@
+Tue Sep 15 15:21:01 2009  NAKAMURA Usaku  <usa@r...>
+
+	* 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@r...>
 
 	* common.mk (install-rdoc), configure.in (RDOCTARGET): removed
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 24936)
+++ win32/Makefile.sub	(revision 24937)
@@ -151,7 +151,7 @@
 TESTS =
 !endif
 !ifndef RDOCTARGET
-RDOCTARGET = install-doc
+RDOCTARGET = rdoc
 !endif
 
 OUTFLAG       = -Fe

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]