diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-09 09:00:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-09 09:00:15 +0000 |
commit | 8b99c5504970d90d4e2c21a1799e5284743cb3c5 (patch) | |
tree | 7bec6a12d97fefbbc18420036ab89500ba096ae9 /share/doc/usd/Makefile | |
parent | 572bb956becbd3a58b704a84a54f5cdcf473f9fc (diff) |
update and install USD01 (begin) and USD17 (msmacros);
ok mickey@
Diffstat (limited to 'share/doc/usd/Makefile')
-rw-r--r-- | share/doc/usd/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 162346d4a24..631ce7f9bee 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -1,23 +1,20 @@ -# $OpenBSD: Makefile,v 1.3 2001/02/03 08:15:10 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 2003/08/09 09:00:14 jmc Exp $ # The following modules do not build/install: # 08.mh # Missing: -# 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek +# 13.viref 14.jove 28.bib # Missing from 4.4BSD-Lite: -# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut -# 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide +# 03.shell 05.dc 06.bc 11.vitut +# 12.exref 21.troff 22.trofftut 23.eqn 24.eqnguide # 25.tbl 26.refer 27.invert 29.diction DOCDIR= /usr/share/doc/usd FILES= 00.contents Makefile Title -SUBDIR= 18.msdiffs 19.memacros 20.meref -.if exists(04.csh) -SUBDIR+= 04.csh -.endif +SUBDIR= 01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref Title.ps: ${FILES} groff Title > ${.TARGET} |