diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
commit | 3657310ffde14b57c83bc9882dbf3df9ab64ad59 (patch) | |
tree | 5d978759bb1cb80f9e4d246f333616a82933f55e /share | |
parent | 82efda60e1f3d406a238cffa6f32607838589955 (diff) |
Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/Makefile | 3 | ||||
-rw-r--r-- | share/doc/psd/Makefile | 6 | ||||
-rw-r--r-- | share/doc/smm/Makefile | 15 | ||||
-rw-r--r-- | share/doc/usd/Makefile | 3 |
4 files changed, 4 insertions, 23 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile index 0134244e668..0e0bb4a3746 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2004/02/12 10:03:31 jmc Exp $ +# $OpenBSD: Makefile,v 1.4 2010/01/04 17:50:39 deraadt Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 FILES= README -SUBDIR= psd smm usd all depend includes lint tags: diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 9a3624923bf..767d13bdd58 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -1,8 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/10/10 02:42:59 mickey Exp $ - -# Missing or not installed: -# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang -# 07.pascal 08.f77 09.f77io 11.adb 13.rcs 14.sccs +# $OpenBSD: Makefile,v 1.7 2010/01/04 17:50:39 deraadt Exp $ DOCDIR= /usr/share/doc/psd FILES= 00.contents Makefile Title diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index ac47f03c3b5..0467ba7b6fd 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/10/10 02:44:18 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 2010/01/04 17:50:39 deraadt Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 # Missing or not installed: @@ -6,19 +6,6 @@ DOCDIR= /usr/share/doc/smm FILES= 00.contents Makefile Title -SUBDIR= 01.setup 04.quotas 05.fastfs 06.nfs 17.password 18.net -.if exists(03.fsck_ffs) -SUBDIR+= 03.fsck_ffs -.endif -.if exists(07.lpd) -SUBDIR+= 07.lpd -.endif -.if exists(08.sendmailop) -SUBDIR+= 08.sendmailop -.endif -.if exists(09.sendmail) -SUBDIR+= 09.sendmail -.endif Title.ps: ${FILES} groff Title > ${.TARGET} diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 02ad85cfb5f..af2b96afcb6 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/10/10 02:53:28 mickey Exp $ +# $OpenBSD: Makefile,v 1.9 2010/01/04 17:50:39 deraadt Exp $ # Missing or not installed: # 03.shell 08.mh 14.jove 21.troff 22.trofftut 23.eqn 24.eqnguide @@ -6,7 +6,6 @@ DOCDIR= /usr/share/doc/usd FILES= 00.contents Makefile Title -SUBDIR= 01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref Title.ps: ${FILES} groff Title > ${.TARGET} |