List:Commits« Previous MessageNext Message »
From:paul Date:November 4 2006 4:27pm
Subject:svn commit - mysqldoc@docsrva: r3846 - in trunk: . make.d
View as plain text  
Author: paul
Date: 2006-11-04 17:27:13 +0100 (Sat, 04 Nov 2006)
New Revision: 3846

Log:
 r11626@frost:  paul | 2006-11-04 09:42:58 -0600
 Revise comment


Modified:
   trunk/make.d/xml-info
   trunk/make.d/xml-pdf
   trunk/make.d/xml-toc
   trunk/make.d/xml-txt

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15175
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11625
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11301
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:15175
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11626
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:11301


Modified: trunk/make.d/xml-info
===================================================================
--- trunk/make.d/xml-info	2006-11-04 16:27:03 UTC (rev 3845)
+++ trunk/make.d/xml-info	2006-11-04 16:27:13 UTC (rev 3846)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 3; 613 bytes

@@ -1,9 +1,8 @@
 # Convert DocBook -> Texinfo
 # Convert Texinfo -> Info
 
-# This line causes files with the named extension not to be deleted when
-# they are generated as intermediates for producing a final target.  They
-# are removed by "make clean".
+# Do not delete these files when they are generated as intermediates
+# for a final target.  They are deleted by "make clean".
 
 .PRECIOUS: %.texi
 


Modified: trunk/make.d/xml-pdf
===================================================================
--- trunk/make.d/xml-pdf	2006-11-04 16:27:03 UTC (rev 3845)
+++ trunk/make.d/xml-pdf	2006-11-04 16:27:13 UTC (rev 3846)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 4; 696 bytes

@@ -1,9 +1,8 @@
-# Convert DocBook -> PDF (letter/A4), with one file per chapter.
+# Convert DocBook -> PDF (letter/A4)
 # (Language sensitive)
 
-# This line causes files with the named extension not to be deleted when
-# they are generated as intermediates for producing a final target.  They
-# are removed by "make clean".
+# Do not delete these files when they are generated as intermediates
+# for a final target.  They are deleted by "make clean".
 
 .PRECIOUS: %.fo
 .PRECIOUS: %.a4.fo


Modified: trunk/make.d/xml-toc
===================================================================
--- trunk/make.d/xml-toc	2006-11-04 16:27:03 UTC (rev 3845)
+++ trunk/make.d/xml-toc	2006-11-04 16:27:13 UTC (rev 3846)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 3; 647 bytes

@@ -5,9 +5,8 @@
 # in the same directory in which they are located, and may not find
 # the file.)
 
-# This line causes files with the named extension not to be deleted when
-# they are generated as intermediates for producing a final target.  They
-# are removed by "make clean".
+# Do not delete these files when they are generated as intermediates
+# for a final target.  They are deleted by "make clean".
 
 .PRECIOUS: %-toc-entries.xml
 


Modified: trunk/make.d/xml-txt
===================================================================
--- trunk/make.d/xml-txt	2006-11-04 16:27:03 UTC (rev 3845)
+++ trunk/make.d/xml-txt	2006-11-04 16:27:13 UTC (rev 3846)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 3; 644 bytes

@@ -18,9 +18,8 @@
 # in the same directory in which they are located, and may not find
 # the file.)
 
-# This line causes files with the named extension not to be deleted when
-# they are generated as intermediates for producing a final target.  They
-# are removed by "make clean".
+# Do not delete these files when they are generated as intermediates
+# for a final target.  They are deleted by "make clean".
 
 .PRECIOUS: %-nolink.xml
 


Thread
svn commit - mysqldoc@docsrva: r3846 - in trunk: . make.dpaul4 Nov