This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / usd / 11.notes / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 6.1 (Berkeley) 5/26/86
2# Makefile,v 1.2 1993/07/31 15:30:23 mycroft Exp
15637ed4
RG
3#
4# Makefile for the notesfile reference manual
5# March 29, 1982
6# Ray Essick, University of Illinois
7# uiucdcs!essick uiucdcs!notes
8#
9# Note that the macros are set up for two-sided copying.
10# The page numbers alternate between the left and right
11# sides of the page.
12# See the file "macros" and the macro "hh" to modify this
13#
14# This copy of everything has been modified to run with troff
15# and a typesetter. Hopefully the only changes to make it
16# run again under nroff will be in page length/width statements.
15637ed4 17
78ed81a3 18DIR= usd/11.notes
19DOC= 11.notes
15637ed4 20
78ed81a3 21SRCS= macros 0.long \
22 1 2.1 2.2 3.1 3.2 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 \
23 5 a.checklist b.interface c.changes vtoc acks
15637ed4 24
78ed81a3 25.include <bsd.doc.mk>
15637ed4 26
78ed81a3 27${DOC}.${PRINTER}: ${SRCS}
28 ( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}