Loading Docs/Support/docbook-split +1 −1 Original line number Diff line number Diff line Loading @@ -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 Docs/Support/make-docbook +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
Docs/Support/docbook-split +1 −1 Original line number Diff line number Diff line Loading @@ -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
Docs/Support/make-docbook +4 −0 Original line number Diff line number Diff line Loading @@ -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;