List:Commits« Previous MessageNext Message »
From:paul Date:April 21 2007 4:51pm
Subject:svn commit - mysqldoc@docsrva: r6048 - in trunk: . make.d
View as plain text  
Author: paul
Date: 2007-04-21 18:51:42 +0200 (Sat, 21 Apr 2007)
New Revision: 6048

Log:
 r19477@frost:  paul | 2007-04-20 17:10:09 -0500
 Enable parameterization of xmldepend-post.pl's target-list option.
 (Needed for certification repo, which also neeeds -pprepped.xml.)


Modified:
   trunk/make.d/vars-docbook
   trunk/make.d/xml-depend

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


Modified: trunk/make.d/vars-docbook
===================================================================
--- trunk/make.d/vars-docbook	2007-04-21 11:47:41 UTC (rev 6047)
+++ trunk/make.d/vars-docbook	2007-04-21 16:51:42 UTC (rev 6048)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 1; 950 bytes

@@ -42,7 +42,8 @@
 
 # TOC Generation specification to determine whether we should generate
 # a TOC for the document (empty uses defaults)
-# Note that this should contain the full command-line options: 
+# Note that the value should be empty or contain the full command-line
+# options: 
 # --stringparam generate.toc "book toc"
 
 GENERATE_TOC ?= 

@@ -51,6 +52,11 @@
 
 HTML_CSS_FILE ?= $(XSL_DIR)/mysql-html.css
 
+# The list of targets that xmldepend-post.pl should generate.
+# Note that the should be empty or the full command-line option.
+
+XMLDEPEND_POST_TARGET_LIST ?= --target-list=-prepped.xml,-manprepped.xml,-remprepped.xml 
+
 # ----------------------------------------------------------------------
 # Stylesheet variables
 


Modified: trunk/make.d/xml-depend
===================================================================
--- trunk/make.d/xml-depend	2007-04-21 11:47:41 UTC (rev 6047)
+++ trunk/make.d/xml-depend	2007-04-21 16:51:42 UTC (rev 6048)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 493 bytes

@@ -10,8 +10,7 @@
 
 depend::
 	$(XMLDEPEND) $(DEPEND_FILES) \
-		| $(XMLDEPEND_POST) \
-			--target-list=-prepped.xml,-manprepped.xml,-remprepped.xml \
+		| $(XMLDEPEND_POST) $(XMLDEPEND_POST_TARGET_LIST) \
 		> Makefile.depends.new
 	mv Makefile.depends.new Makefile.depends
 


Thread
svn commit - mysqldoc@docsrva: r6048 - in trunk: . make.dpaul21 Apr