Author: paul
Date: 2007-02-09 22:26:23 +0100 (Fri, 09 Feb 2007)
New Revision: 4880
Log:
r19656@polar: paul | 2007-02-09 15:19:13 -0600
.txt output no longer requires -toc-entries.xml file.
Modified:
trunk/tools/chapterfmt.pl
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19608
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16061
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19656
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16061
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
Modified: trunk/tools/chapterfmt.pl
===================================================================
--- trunk/tools/chapterfmt.pl 2007-02-09 20:37:09 UTC (rev 4879)
+++ trunk/tools/chapterfmt.pl 2007-02-09 21:26:23 UTC (rev 4880)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 1; 890 bytes
@@ -41,6 +41,8 @@
# trigger other make dependency rebuilds.)
# - Add --no-cleanup flag to suppress removal of intermediate files
# - Add check to ensure that source document exists.
+# 2007-02-09
+# - .txt output no longer requires -toc-entries.xml file.
use Getopt::Long;
$Getopt::Long::ignorecase = 0; # options are case sensitive
@@ -120,7 +122,7 @@
run ("../tools/copy-if-changed"
. " $doc_name-prepped.xml chapter-$chapname-prepped.xml");
# this list might be incomplete...
- if ($ofmt eq "txt" || $ofmt eq "rtf" || $ofmt eq "prtf")
+ if ($ofmt eq "rtf" || $ofmt eq "prtf")
{
run ("make $doc_name-toc-entries.xml");
run ("../tools/copy-if-changed"
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4880 - in trunk: . tools | paul | 9 Feb |