mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
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:
parent
bbfdc6ee5a
commit
78ea4ef1ed
2 changed files with 5 additions and 1 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue