Author: paul
Date: 2006-07-14 04:26:12 +0200 (Fri, 14 Jul 2006)
New Revision: 2732
Log:
r12220@frost: paul | 2006-07-13 21:25:51 -0500
Revert change.
Modified:
trunk/make.d/xml-html-chapter
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11402
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12216
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11402
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12220
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
Modified: trunk/make.d/xml-html-chapter
===================================================================
--- trunk/make.d/xml-html-chapter 2006-07-14 02:10:57 UTC (rev 2731)
+++ trunk/make.d/xml-html-chapter 2006-07-14 02:26:12 UTC (rev 2732)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 6; 915 bytes
@@ -4,16 +4,20 @@
# Use html-section driver file, but set chunk.section.depth to 0,
# causes chunking at the chapter level.
-%.html-chapter: %-prepped.xml $(MYSQL_HTML_SECTION_XSL_DEPS)
- -$(RM) -r $@ $@-tmp
- mkdir $@-tmp
+%.html-chapter: %.html-chapter.d
+ touch $@
+
+.PRECIOUS: %.html-chapter.d
+
+%.html-chapter.d: %-prepped.xml $(MYSQL_HTML_SECTION_XSL_DEPS)
+ -$(RM) -r $@/
+ mkdir $@/
$(XSLTPROC) \
--stringparam l10n.gentext.default.language $(DOC_LANG) \
--param chunk.section.depth 0 \
- --output $@-tmp/ \
+ --output $@/ \
$(MYSQL_HTML_SECTION_XSL) \
$<
- mv $@-tmp $@
clean::
- $(RM) -r *.html-chapter *.html-chapter-tmp
+ $(RM) -r *.html-chapter *.html-chapter.d
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2732 - in trunk: . make.d | paul | 14 Jul |