xref: /freebsd/share/doc/Makefile (revision 05c7a37afb48ddd5ee1bd921a5d46fe59cc70b15)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$Id: Makefile,v 1.6 1995/10/15 16:51:16 jfieber Exp $
3
4SUBDIR=	FAQ handbook psd smm usd papers
5
6# Default output formats are ascii for troff documents, and
7# ascii and html for sgml documents.
8# To specify generate postscript versions of troff documents, use:
9#  make PRINTER=ps
10
11.include <bsd.subdir.mk>
12