diff --git a/docs/lcdproc-dev/README.docbook b/docs/lcdproc-dev/README.docbook index 3485a98..0b36e90 100644 --- a/docs/lcdproc-dev/README.docbook +++ b/docs/lcdproc-dev/README.docbook @@ -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) \ No newline at end of file +(-c defines the location of the SGML catalog) + +Another tool is 'xmlto', use it this way: + +$ xmlto html lcdproc-dev.docbook diff --git a/docs/lcdproc-user/README.docbook b/docs/lcdproc-user/README.docbook index 3485a98..d042f40 100644 --- a/docs/lcdproc-user/README.docbook +++ b/docs/lcdproc-user/README.docbook @@ -11,4 +11,8 @@ 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) \ No newline at end of file +(-c defines the location of the SGML catalog) + +Another tool is 'xmlto', use it this way: + +$ xmlto html lcdproc-dev.docbook