NetBSD/share/doc/usd/Makefile

37 lines
1.0 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 1999/02/14 09:47:46 lukem Exp $
1998-01-09 09:54:57 +03:00
#
1997-10-17 13:59:27 +04:00
# @(#)Makefile 8.3 (Berkeley) 5/16/94
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1994-06-19 05:13:13 +04:00
# The following modules do not build/install:
# 08.mh
1994-06-19 07:15:43 +04:00
# 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
1993-03-21 12:45:37 +03:00
BINDIR= /usr/share/doc/usd
.if ${MKSHARE} != "no"
1993-03-21 12:45:37 +03:00
FILES= 00.contents Makefile Title
.endif
SUBDIR= 18.msdiffs 19.memacros 20.meref
1997-10-17 13:59:27 +04:00
#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
1993-03-21 12:45:37 +03:00
1994-06-19 05:13:13 +04:00
Title.ps: ${FILES}
1997-10-17 13:59:27 +04:00
groff -ms Title > ${.TARGET}
1994-06-19 05:13:13 +04:00
contents.ps: ${FILES}
groff -ms 00.contents > ${.TARGET}
1997-03-25 00:57:01 +03:00
.include <bsd.prog.mk>
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>