diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:19:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:19:27 +0000 |
commit | e0023883c6d2e6745a19e4b48e186ed156c1fca8 (patch) | |
tree | 1a48b8056ec984385d0d862b683535d04d6ed215 /manual/README | |
parent | Initial commit. (diff) | |
download | man-db-e0023883c6d2e6745a19e4b48e186ed156c1fca8.tar.xz man-db-e0023883c6d2e6745a19e4b48e186ed156c1fca8.zip |
Adding upstream version 2.11.2.upstream/2.11.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'manual/README')
-rw-r--r-- | manual/README | 23 |
1 files changed, 23 insertions, 0 deletions
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 <format> +or + make man_db.<format> + +where <format> can be any of the above. |