summaryrefslogtreecommitdiffstats
path: root/docs/makedocs.pl
diff options
context:
space:
mode:
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");