Home | History | Annotate | Line # | Download | only in usd
Makefile revision 1.19
      1 #	$NetBSD: Makefile,v 1.19 1999/02/14 09:47:46 lukem Exp $
      2 #
      3 #	@(#)Makefile	8.3 (Berkeley) 5/16/94
      4 
      5 .include <bsd.own.mk>
      6 
      7 # The following modules do not build/install:
      8 # 08.mh
      9 
     10 # Missing:
     11 # 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek
     12 
     13 # Missing from 4.4BSD-Lite:
     14 # 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut
     15 # 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide
     16 # 25.tbl 26.refer 27.invert 29.diction
     17 
     18 BINDIR=	/usr/share/doc/usd
     19 .if ${MKSHARE} != "no"
     20 FILES=	00.contents Makefile Title
     21 .endif
     22 SUBDIR=	18.msdiffs 19.memacros 20.meref
     23 #SUBDIR=	01.begin 02.learn 03.shell 04.csh 05.dc 06.bc 07.mail 09.edtut \
     24 #	10.edadv 11.vitut 12.exref 13.viref 14.jove 15.sed 16.awk 17.msmacros \
     25 #	18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut 23.eqn \
     26 #	24.eqnguide 25.tbl 26.refer 27.invert 28.bib 29.diction 30.rogue \
     27 #	31.trek
     28 
     29 Title.ps: ${FILES}
     30 	groff -ms Title > ${.TARGET}
     31 
     32 contents.ps: ${FILES}
     33 	groff -ms 00.contents > ${.TARGET}
     34 
     35 .include <bsd.prog.mk>
     36 .include <bsd.subdir.mk>
     37