From 3af83344a54f6c6051e532188586d1a07474c068 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Sun, 24 Oct 2010 16:48:52 -0700 Subject: [PATCH] Document groff commands for manpage formatting. Document how to format the manpage for the terminal, pdf, and html. --- jemalloc/INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index d30f093f..fafd7883 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)