diff options
author | Martin Pool <mbp@samba.org> | 2002-03-11 00:27:42 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-03-11 00:27:42 +0000 |
commit | 024a9bafbdbf462f609f88771104de3dd6157d71 (patch) | |
tree | f4573e50877937d490bc2a6e9f76e5d564e1eff4 /doc | |
parent | 27741d9fd96988b03608d9c2493602012b9b37cf (diff) | |
download | rsync-024a9bafbdbf462f609f88771104de3dd6157d71.tar.gz rsync-024a9bafbdbf462f609f88771104de3dd6157d71.tar.bz2 rsync-024a9bafbdbf462f609f88771104de3dd6157d71.zip |
Notes on processing the SGML stuff.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README-SGML | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/README-SGML b/doc/README-SGML new file mode 100644 index 00000000..ce5a8e18 --- /dev/null +++ b/doc/README-SGML @@ -0,0 +1,20 @@ +Handling the rsync SGML documentation + +rsync documentation is now primarily in Docbook format. Docbook is an +SGML/XML documentation format that is becoming standard on free +operating systems. It's also used for Samba documentation. + +The SGML files are source code that can be translated into various +useful output formats, primarily PDF, HTML, Postscript and plain text. + +To do this transformation on Debian, you should install the +docbook-utils package. Having done that, you can say + + docbook2pdf rsync.sgml + +and so on. + +On other systems you probably need James Clark's "sp" and "JadeTeX" +packages. Work it out for yourself and send a note to the mailing +list. + |