Starting the developers docs in docbook.

This commit is contained in:
gfk
2002-10-01 18:40:21 +00:00
parent 71389edb05
commit 46f930bf98
10 changed files with 1163 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
README.docbook
You can generate the documentation of LCDproc using
the Docbook utilities.
$ docbook2html lcdproc-user.docbook
should generate ist as HTML.
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)