diff options
author | Roger Leigh <rleigh@debian.org> | 2006-07-14 10:06:46 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-07-14 10:06:46 +0000 |
commit | 9d12a82009f5cf8df99a2d6fbc32a5b4dc5fd84f (patch) | |
tree | a8a2a36c6d9e772d9cd943dc48405e4839bb1b31 /HACKING | |
parent | 76a889257ca229921c5e0e567a2cf935066d8976 (diff) | |
download | schroot-9d12a82009f5cf8df99a2d6fbc32a5b4dc5fd84f.tar.gz |
* HACKING: Document how to build the printed documentation.
* Makefile.am: Add ps and pdf phony targets.
* doc/Makefile.am: Add rules to make PS and PDF manuals.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,7 +10,9 @@ Documentation All the documentation is in UNIX manual page format. GNU roff extensions are permitted, as is use of tbl. Make sure the printed -output is as good as terminal display. +output is as good as terminal display. Run "make ps" or "make pdf" to +build the printed documentation. + The following styles are used: @@ -28,4 +30,3 @@ The following styles are used: Cross references Italics in double quotes \[lq]\fI...\fP\[rq] Verbatim examples Courier \f[CR] Verbatim user input Courier bold \f[CB] - |