No empty .Rs/.Re
[netbsd-mini2440.git] / share / doc / usd / Makefile
blobf5893b87ffc742b02887018dc6ae5cc8033a4c3f
1 # $NetBSD: Makefile,v 1.23 2004/08/06 16:35:41 mycroft Exp $
3 # @(#)Makefile 8.3 (Berkeley) 5/16/94
5 .include <bsd.own.mk>
7 # The following modules do not build/install:
8 # 12.vi
10 # Missing:
11 # 14.jove 15.sed 28.bib
13 # Missing from 4.4BSD-Lite:
14 # 02.learn 03.shell 05.dc 06.bc 08.mh 09.edtut 10.edadv
15 # 16.awk 21.troff 22.trofftut 23.eqn 24.eqnguide
16 # 25.tbl 26.refer 27.invert 29.diction
18 BINDIR= /usr/share/doc/usd
19 .if ${MKDOC} != "no"
20 FILES= 00.contents Makefile Title
21 .endif
22 SUBDIR+=01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref
23 .if !make(install)
24 SUBDIR+=04.csh 07.mail 11.edit 12.ex 13.viref
25 SUBDIR+=30.rogue 31.trek
26 .endif
28 Title.ps: ${FILES}
29 ${TOOL_ROFF_PS} -ms Title > ${.TARGET}
31 contents.ps: ${FILES}
32 ${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET}
34 .include <bsd.prog.mk>
35 .include <bsd.subdir.mk>