In the doc directory's makefile, the following:
ps:
zcat $(SVGALIB) | grep -v '^\.so ' > man1/svgalib.1
man -t 1 -M ./ svgalib >svgalib.$@
rm -f man1/svgalib.1
zcat $(VGAGL) | grep -v '^\.so ' > man1/vgagl.1
man -t 1 -M ./ vgagl >vgagl.$@
rm -f man1/vgagl.1
zcat $(THREED) | grep -v '^\.so ' > man1/threed.1
man -t 1 -M ./ threed >3d.$@
rm -f man1/threed.1
actually produces PostScript instead of DVI. Distiller's quite happy with
this and produces nice PDF files.
--
_
Kevin D. Quitt [EMAIL PROTECTED]
96.37% of all statistics are made up
------------------------------------------------------------------
Unsubscribe: To: [EMAIL PROTECTED]
Body: unsubscribe linux-svgalib