summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-02-01 13:56:16 +0100
committerjake%bugzilla.org <>2003-02-01 13:56:16 +0100
commit393f13a4022de3eb44228bc75391733abec49054 (patch)
tree584b57aa541366f545c3162752870ec00bd651b4 /docs/makedocs.pl
parent3b3f69d739887695a76d0c899403b216b1df02d8 (diff)
downloadbugzilla-393f13a4022de3eb44228bc75391733abec49054.tar.gz
bugzilla-393f13a4022de3eb44228bc75391733abec49054.tar.xz
Recompiling the docs because of the large change to the installation section just checked in.
Diffstat (limited to 'docs/makedocs.pl')
-rw-r--r--docs/makedocs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/makedocs.pl b/docs/makedocs.pl
index a3a1b4a8e..7a245a470 100644
--- a/docs/makedocs.pl
+++ b/docs/makedocs.pl
@@ -74,5 +74,5 @@ MakeDocs('separate HTML', "jade -t sgml -i html -d $LDP_HOME/ldp.dsl\#html " .
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");
-MakeDocs('big text', "lynx -dump -nolist Bugzilla-Guide.html " .
+MakeDocs('big text', "lynx -dump -justify=off -nolist Bugzilla-Guide.html " .
"> ../txt/Bugzilla-Guide.txt");