Add a hint about generating postscript docs.

Submitted by:	"Julian H. Stacey" <jhs@freebsd.org>
This commit is contained in:
John Fieber 1995-10-18 05:07:43 +00:00
parent adfab64be5
commit 51ae815957
1 changed files with 6 additions and 1 deletions

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>