xref: /original-bsd/contrib/bib/doc/USD.doc/Makefile (revision 972e85c3)
1#
2# Copyright (c) 1986 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	6.3 (Berkeley) 5/28/90
7#
8SRCS=	bibdoc.ms
9MACROS=	-i char.macros -ms
10PRINTER=Pps
11BIB=	bib
12TROFF=	ditroff -${PRINTER}
13
14paper:	paper.${PRINTER} INDEX
15	lpr -${PRINTER} -n paper.${PRINTER}
16
17paper.${PRINTER}: ${SRCS} INDEX
18	${BIB} ${SRCS} | tbl | ${TROFF} ${MACROS} -t > paper.${PRINTER}
19
20clean:
21	rm -f paper.[PT]* *.spell errs Errs make.out
22
23spell:	bibdoc.ms
24	spell bibdoc.ms | sort | comm -23 - spell.ok > bibdoc.spell
25
26INDEX:	testrefs
27	invert testrefs
28