2002-10-01 18:40:21 +00:00
|
|
|
README.docbook
|
|
|
|
|
|
|
|
|
|
You can generate the documentation of LCDproc using
|
|
|
|
|
the Docbook utilities.
|
|
|
|
|
|
2005-04-05 07:27:20 +00:00
|
|
|
$ docbook2html lcdproc-dev.docbook
|
2002-10-01 18:40:21 +00:00
|
|
|
|
|
|
|
|
should generate ist as HTML.
|
|
|
|
|
|
|
|
|
|
On my box (Mdk 8.1) I have to run
|
|
|
|
|
|
2005-04-05 07:27:20 +00:00
|
|
|
$ docbook2html -c /etc/sgml/catalog lcdproc-dev.docbook
|
2002-10-01 18:40:21 +00:00
|
|
|
|
2005-04-05 07:27:20 +00:00
|
|
|
(-c defines the location of the SGML catalog)
|
|
|
|
|
|
|
|
|
|
Another tool is 'xmlto', use it this way:
|
|
|
|
|
|
|
|
|
|
$ xmlto html lcdproc-dev.docbook
|