diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-07 22:47:22 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-07 22:47:22 +0000 |
commit | 9627544714b94c703c4f5ac0fdb3d78404f90bfe (patch) | |
tree | a7a154fc49cab96f67b5caaacda380ee33e9fb05 /doc/hackersguide/README | |
parent | 2f11840ed09691c8f727def707b8486c106a2112 (diff) | |
download | xine-lib-9627544714b94c703c4f5ac0fdb3d78404f90bfe.tar.gz xine-lib-9627544714b94c703c4f5ac0fdb3d78404f90bfe.tar.bz2 |
paragraphs on object orientation in xine and readme instructions on how to use sgmltools-lite
CVS patchset: 1482
CVS date: 2002/02/07 22:47:22
Diffstat (limited to 'doc/hackersguide/README')
-rw-r--r-- | doc/hackersguide/README | 13 |
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 $ |