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

Indexes created Thu Dec 11 22:09:38 GMT 2025