1
0
Fork 0
man-db/manual
Daniel Baumann 1fa764a8d3
Adding upstream version 2.13.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:13:55 +02:00
..
comp.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
db.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
files.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
format.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
glossary.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
intro.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
leader.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
Makefile.am Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
Makefile.in Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
man_db.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
misc.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
options-only.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
print-options Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
README Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00
sec.me Adding upstream version 2.13.1. 2025-06-21 08:13:55 +02:00

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.