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

reference manual for O'Reilly.


Docs/Support/docbook-split:
  Give the output directory a more sensible, and automatically generated, name.
Docs/Support/make-docbook:
  Patch shell script to include patching the colspec tags and splitting the manual into it's components.
This commit is contained in:
unknown 2002-02-27 07:25:43 -07:00
commit 78ea4ef1ed
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 = "";