additional advice (VB)

This commit is contained in:
marschap
2005-04-05 07:27:20 +00:00
parent 2bd0e16638
commit 29065ca74d
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -3,12 +3,16 @@ README.docbook
You can generate the documentation of LCDproc using
the Docbook utilities.
$ docbook2html lcdproc-user.docbook
$ docbook2html lcdproc-dev.docbook
should generate ist as HTML.
On my box (Mdk 8.1) I have to run
$ docbook2html -c /etc/sgml/catalog lcdproc-user.docbook
$ docbook2html -c /etc/sgml/catalog lcdproc-dev.docbook
(-c defines the location of the SGML catalog)
Another tool is 'xmlto', use it this way:
$ xmlto html lcdproc-dev.docbook
+4
View File
@@ -12,3 +12,7 @@ On my box (Mdk 8.1) I have to run
$ docbook2html -c /etc/sgml/catalog lcdproc-user.docbook
(-c defines the location of the SGML catalog)
Another tool is 'xmlto', use it this way:
$ xmlto html lcdproc-dev.docbook