From 29065ca74d9abdc4bcccae0914ee4f516aea9315 Mon Sep 17 00:00:00 2001 From: marschap Date: Tue, 5 Apr 2005 07:27:20 +0000 Subject: [PATCH] additional advice (VB) --- docs/lcdproc-dev/README.docbook | 10 +++++++--- docs/lcdproc-user/README.docbook | 6 +++++- 2 files changed, 12 insertions(+), 4 deletions(-) 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