xref: /csrg-svn/share/doc/usd/Makefile (revision 67143)
1#	@(#)Makefile	8.3 (Berkeley) 05/16/94
2
3# The following modules do not build/install:
4# 08.mh
5
6BINDIR=	/usr/share/doc/usd
7FILES=	Makefile Title
8SUBDIR=	01.begin 02.learn 03.shell 04.csh 05.dc 06.bc 07.mail 09.edtut \
9	10.edadv 11.vitut 12.exref 13.viref 14.jove 15.sed 16.awk 17.msmacros \
10	18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut 23.eqn \
11	24.eqnguide 25.tbl 26.refer 27.invert 28.bib 29.diction 30.rogue \
12	31.trek
13
14Title.ps: ${FILES}
15	groff -ms Title > ${.TARGET}
16
17beforeinstall:
18	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
19	    ${DESTDIR}${BINDIR}
20
21.include <bsd.subdir.mk>
22