summaryrefslogtreecommitdiff
path: root/share/doc/usd/Makefile
blob: 1c2746f921da1f8abadfa17d8cdd23def1968976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#	$NetBSD: Makefile,v 1.21 2004/01/11 16:11:52 lukem Exp $
#
#	@(#)Makefile	8.3 (Berkeley) 5/16/94

.include <bsd.own.mk>

# The following modules do not build/install:
# 08.mh

# Missing:
# 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek

# Missing from 4.4BSD-Lite:
# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut
# 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide
# 25.tbl 26.refer 27.invert 29.diction

BINDIR=	/usr/share/doc/usd
.if ${MKDOC} != "no"
FILES=	00.contents Makefile Title
.endif
SUBDIR=	18.msdiffs 19.memacros 20.meref
#SUBDIR=	01.begin 02.learn 03.shell 04.csh 05.dc 06.bc 07.mail 09.edtut \
#	10.edadv 11.vitut 12.exref 13.viref 14.jove 15.sed 16.awk 17.msmacros \
#	18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut 23.eqn \
#	24.eqnguide 25.tbl 26.refer 27.invert 28.bib 29.diction 30.rogue \
#	31.trek

Title.ps: ${FILES}
	${TOOL_ROFF_PS} -ms Title > ${.TARGET}

contents.ps: ${FILES}
	${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET}

.include <bsd.prog.mk>
.include <bsd.subdir.mk>