From 74b60c5712f2a84904b95d008953c140a9bd5dd2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:49:50 +0200 Subject: Adding upstream version 2.9.4. Signed-off-by: Daniel Baumann --- manual/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manual/README (limited to 'manual/README') diff --git a/manual/README b/manual/README new file mode 100644 index 0000000..87efe80 --- /dev/null +++ b/manual/README @@ -0,0 +1,23 @@ +This directory contains the man-db manual sources. They may be compiled into +five different formats: + + dvi: device independent + ps: PostScript + cat: vt100-type terminal ie. ASCII with overstrike + tps: PostScript with TeX fonts + html: HyperText Markup Language + +All require soelim, tbl and the ROFF macro `e' (your site probably has it). +cat requires nroff whereas the others require groff. tps also requires an +installation of TeX and dvips. html requires a version of groff with the +grohtml driver, and is currently disabled by default as the output is +suboptimal. + +Issuing `make' or `make all' will produce the dvi, ps and cat versions. To +produce a single format simply run + + make +or + make man_db. + +where can be any of the above. -- cgit v1.2.3