Home | History | Annotate | Line # | Download | only in usd
Makefile revision 1.7
      1 #	@(#)Makefile	8.2 (Berkeley) 4/20/94
      2 
      3 # The following modules do not build/install:
      4 # 08.mh
      5 
      6 BINDIR=	/usr/share/doc/usd
      7 FILES=	00.contents Makefile Title
      8 SUBDIR=	01.begin 02.learn 03.shell 04.csh 05.dc 06.bc 07.mail 09.edtut \
      9 	10.edadv 11.vitut 12.exref 13.viref 14.jove 15.sed 16.awk 17.msmacros \
     10 	18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut 23.eqn \
     11 	24.eqnguide 25.tbl 26.refer 27.invert 28.bib 29.diction 30.rogue \
     12 	31.trek
     13 
     14 Title.ps: ${FILES}
     15 	groff Title > ${.TARGET}
     16 
     17 contents.ps: ${FILES}
     18 	groff -ms 00.contents > ${.TARGET}
     19 
     20 beforeinstall:
     21 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     22 	    ${DESTDIR}${BINDIR}
     23 
     24 .include <bsd.subdir.mk>
     25