Add a hint about generating postscript docs.

Submitted by:	"Julian H. Stacey" <jhs@freebsd.org>
This commit is contained in:
jfieber 1995-10-18 05:07:43 +00:00
parent def622e32a
commit e1439d1917

View File

@ -1,6 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.5 1995/09/27 15:45:45 jfieber Exp $
# $Id: Makefile,v 1.6 1995/10/15 16:51:16 jfieber Exp $
SUBDIR= FAQ handbook psd smm usd papers
# Default output formats are ascii for troff documents, and
# ascii and html for sgml documents.
# To specify generate postscript versions of troff documents, use:
# make PRINTER=ps
.include <bsd.subdir.mk>