File: README.docbook

package info (click to toggle)
lcdproc 0.4.3-10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,964 kB
  • ctags: 1,838
  • sloc: ansic: 21,286; sh: 2,871; perl: 574; makefile: 101
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)