c9b143ca1c
The FAQ and handbook have been repository copied to their own top-level ("doc") directory in the cvs tree which will not be branched so as to avoid the syncing problems. At some point, the sgml text will require formatting tools that will be from ports rather than the main source tree. Requested by: jfieber, jkh
12 lines
340 B
Makefile
12 lines
340 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.12 1997/02/22 12:57:48 peter Exp $
|
|
|
|
SUBDIR= 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>
|