diff options
author | Jason Evans <jasone@canonware.com> | 2010-10-24 23:48:52 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-10-24 23:48:52 (GMT) |
commit | 3af83344a54f6c6051e532188586d1a07474c068 (patch) | |
tree | 635570f7283bfc4c8d504d9881e31d0de51cca31 /jemalloc/INSTALL | |
parent | 0176e3057d37e65f01cf5afe688b9fd45729fe7b (diff) | |
download | jemalloc-3af83344a54f6c6051e532188586d1a07474c068.zip jemalloc-3af83344a54f6c6051e532188586d1a07474c068.tar.gz jemalloc-3af83344a54f6c6051e532188586d1a07474c068.tar.bz2 |
Document groff commands for manpage formatting.
Document how to format the manpage for the terminal, pdf, and html.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index d30f093..fafd788 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -233,6 +233,10 @@ directory, issue configuration and build commands: === Documentation ============================================================== The manual page that the configure script generates can be manually formatted -prior to installation via the following command: +prior to installation via any of the following commands: - nroff -man -t doc/jemalloc.3 + nroff -man -man-ext -t doc/jemalloc.3 + + groff -man -man-ext -t -Tps doc/jemalloc.3 | ps2pdf - doc/jemalloc.3.pdf + + (cd doc; groff -man -man-ext -t -Thtml jemalloc.3 > jemalloc.3.html) |