summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-04-23 11:04:01 +0200
committerjake%bugzilla.org <>2003-04-23 11:04:01 +0200
commit78e29c8900fa96d67163a34a0c02c7cecb31b55f (patch)
treef4e97e5b99809faa9f3bc1c48f7a6adaefb6bbb7 /docs/makedocs.pl
parent58ab63119c6de5dbdfa74d268196da734e5c5fc2 (diff)
downloadbugzilla-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar.gz
bugzilla-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar.xz
The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
Diffstat (limited to 'docs/makedocs.pl')
-rw-r--r--docs/makedocs.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/makedocs.pl b/docs/makedocs.pl
index d9d1aa7b6..18fdf0a62 100644
--- a/docs/makedocs.pl
+++ b/docs/makedocs.pl
@@ -70,9 +70,9 @@ chdir dirname($0);
chdir 'html';
MakeDocs('separate HTML', "jade -t sgml -i html -d $LDP_HOME/ldp.dsl\#html " .
- "$JADE_PUB/xml.dcl ../sgml/Bugzilla-Guide.sgml");
+ "$JADE_PUB/xml.dcl ../xml/Bugzilla-Guide.xml");
MakeDocs('big HTML', "jade -V nochunks -t sgml -i html -d " .
"$LDP_HOME/ldp.dsl\#html $JADE_PUB/xml.dcl " .
- "../sgml/Bugzilla-Guide.sgml > Bugzilla-Guide.html");
+ "../xml/Bugzilla-Guide.xml > Bugzilla-Guide.html");
MakeDocs('big text', "lynx -dump -justify=off -nolist Bugzilla-Guide.html " .
"> ../txt/Bugzilla-Guide.txt");