summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2008-04-04 13:48:09 +0200
committerjustdave%syndicomm.com <>2008-04-04 13:48:09 +0200
commit817f97862689858a3ef83cbf896a7d22b9a1e7e4 (patch)
treefce3972b138ec90295dffd39004befe7b5fa3388 /docs
parent8aa3293e77e74648df512d205cd8ad3699650d5f (diff)
downloadbugzilla-817f97862689858a3ef83cbf896a7d22b9a1e7e4.tar.gz
bugzilla-817f97862689858a3ef83cbf896a7d22b9a1e7e4.tar.xz
correction to one of the command lines
Diffstat (limited to 'docs')
-rw-r--r--docs/en/README.docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/README.docs b/docs/en/README.docs
index 12cceb23d..80349957f 100644
--- a/docs/en/README.docs
+++ b/docs/en/README.docs
@@ -133,7 +133,7 @@ $JADE_PUB/xml.dcl ../sgml/Bugzilla-Guide.sgml
To create HTML documentation as a single big HTML file:
bash$ cd html
bash$ jade -V nochunks -t sgml -i html -d $LDP_HOME/ldp.dsl\#html \
-$JADE_PUB/xml.dcl ../sgml/Bugzilla-Guide.sgml
+$JADE_PUB/xml.dcl ../sgml/Bugzilla-Guide.sgml >Bugzilla-Guide.html
To create TXT documentation as a single big TXT file:
bash$ cd txt