1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Final set of changes for the docbook patching scripts for the MySQL

reference manual for O'Reilly.
This commit is contained in:
zak@linux.local
2002-02-27 07:25:43 -07:00
parent 1ae784153e
commit 17617180f2
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ use strict;
my $app_letter = "a"; # Start appendix letters at "a"
my $chap_num = 1; # Start chapter numbers at one (there is no preface)
my $directory = "chaps_apps_index";
my $directory = "mysql_refman_" . time;
my $ext = ".xml";
my $line = "";
my $output_name = "";

View File

@@ -18,3 +18,7 @@
# See if the XML output is well-formed
xmlwf mysql.xml
# If all is well, keep processing
cat mysql.xml | Support/colspec-fix.pl | Support/docbook-split;