2004-08-06 20:31:43 +04:00
|
|
|
# $NetBSD: Makefile,v 1.22 2004/08/06 16:31:43 mycroft 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
|
|
|
|
1999-02-14 12:47:46 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1994-06-19 05:13:13 +04:00
|
|
|
# The following modules do not build/install:
|
|
|
|
# 08.mh
|
1993-06-10 01:47:31 +04:00
|
|
|
|
1994-06-19 07:15:43 +04:00
|
|
|
# Missing:
|
2004-08-06 20:31:43 +04:00
|
|
|
# 14.jove 15.sed 28.bib
|
1994-06-19 07:15:43 +04:00
|
|
|
|
|
|
|
# Missing from 4.4BSD-Lite:
|
2004-08-06 20:31:43 +04:00
|
|
|
# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv
|
|
|
|
# 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide
|
1994-06-19 07:15:43 +04:00
|
|
|
# 25.tbl 26.refer 27.invert 29.diction
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
BINDIR= /usr/share/doc/usd
|
2004-01-11 19:11:52 +03:00
|
|
|
.if ${MKDOC} != "no"
|
1993-03-21 12:45:37 +03:00
|
|
|
FILES= 00.contents Makefile Title
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
2004-08-06 20:31:43 +04:00
|
|
|
#SUBDIR+=04.csh 07.mail 11.edit 12.ex 12.vi 13.viref
|
|
|
|
SUBDIR+=18.msdiffs 19.memacros 20.meref
|
|
|
|
#SUBDIR+=30.rogue 31.trek
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-19 05:13:13 +04:00
|
|
|
Title.ps: ${FILES}
|
2003-07-10 14:33:58 +04:00
|
|
|
${TOOL_ROFF_PS} -ms Title > ${.TARGET}
|
1994-06-19 05:13:13 +04:00
|
|
|
|
|
|
|
contents.ps: ${FILES}
|
2003-07-10 14:33:58 +04:00
|
|
|
${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET}
|
1994-06-19 05:13:13 +04:00
|
|
|
|
1997-03-25 00:57:01 +03:00
|
|
|
.include <bsd.prog.mk>
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|