Cross Reference: Makefile
xref: /src/share/doc/usd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/doc/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
6BINDIR=	/usr/share/doc/usd
7FILES=	00.contents Makefile Title
8SUBDIR=	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
14Title.ps: ${FILES}
15	groff Title > ${.TARGET}
16
17contents.ps: ${FILES}
18	groff -ms 00.contents > ${.TARGET}
19
20beforeinstall:
21	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
22	    ${DESTDIR}${BINDIR}
23
24.include <bsd.subdir.mk>
25

Indexes created Sat Dec 13 21:09:37 GMT 2025