summaryrefslogtreecommitdiff
path: root/doc/hackersguide/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hackersguide/README')
-rw-r--r--doc/hackersguide/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/hackersguide/README b/doc/hackersguide/README
index 6e99bc535..a9fb6d443 100644
--- a/doc/hackersguide/README
+++ b/doc/hackersguide/README
@@ -24,6 +24,17 @@ If you want to generate TeX output (needed for postscript or pdf
generation) you will also need jadetex (backend for TeX) and an
installed TeX system (for example teTeX).
+sgmltools-lite examples:
+------------------------
+
+to generate html
+
+$ sgmltools -b onehtml hackersguide.sgml
+
+to generate pdf
+
+$ sgmltools -b pdf hackersguide.sgml
+
---
version of this file:
- $Id: README,v 1.1 2001/10/09 18:20:23 heikos Exp $
+ $Id: README,v 1.2 2002/02/07 22:47:22 guenter Exp $