Deleted Added
full compact
Makefile (1639) Makefile (5488)
1# @(#)Makefile 8.2 (Berkeley) 4/20/94
1# From: @(#)Makefile 8.2 (Berkeley) 4/20/94
2# $Id$
2
3
3# The following modules do not build/install:
4# 08.mh
4# The following modules are encumbered:
5# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15.sed 16.awk
6# 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide 25.tbl 26.refer
7# 27.invert 28.bib 29.diction
5
8
6BINDIR= /usr/share/doc/usd
7FILES= 00.contents 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
9# The following modules are not provided:
10# 14.jove
13
11
14Title.ps: ${FILES}
15 groff Title > ${.TARGET}
12# The following modules use -me (which doesn't work)
13# 19.memacros 20.meref 30.rogue 31.trek
16
14
17contents.ps: ${FILES}
18 groff -ms 00.contents > ${.TARGET}
15BINDIR= /usr/share/doc/usd
16SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
17 18.msdiffs
19
18
20beforeinstall:
21 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
22 ${DESTDIR}${BINDIR}
23
24.include <bsd.subdir.mk>
19.include <bsd.subdir.mk>