From: Joerg Sonnenberger Date: Sun, 13 Mar 2005 18:05:53 +0000 (+0000) Subject: Don't build / install the various historic troff papers to X-Git-Tag: v2.0.1~8229 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/ce233c472eb2cc66b348daa45965ffeb85ad7fe1 Don't build / install the various historic troff papers to /usr/share/doc. Don't install the KAME implementation details, the document is outdated too. --- diff --git a/share/Makefile b/share/Makefile index 531028e859..e097632762 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,16 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/Makefile,v 1.22.2.4 2002/03/12 17:13:32 phantom Exp $ -# $DragonFly: src/share/Makefile,v 1.2 2003/06/17 04:36:52 dillon Exp $ +# $DragonFly: src/share/Makefile,v 1.3 2005/03/13 18:05:53 joerg Exp $ # Do not include `info' in the SUBDIR list, it is handled separately. SUBDIR= colldef dict examples man me misc mk mklocale monetdef \ msgdef numericdef skel syscons tabset termcap timedef zoneinfo -.if !defined(NO_SHAREDOCS) -SUBDIR+= doc -.endif - .if !defined(NO_I4B) SUBDIR+= isdn .endif diff --git a/share/doc/Makefile b/share/doc/Makefile index 3235f125b2..0f118b46ff 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -1,8 +1,8 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/doc/Makefile,v 1.15.2.1 2000/11/24 14:09:33 ru Exp $ -# $DragonFly: src/share/doc/Makefile,v 1.2 2003/06/17 04:36:56 dillon Exp $ +# $DragonFly: src/share/doc/Makefile,v 1.3 2005/03/13 18:05:53 joerg Exp $ -SUBDIR= psd smm usd papers IPv6 +SUBDIR= IPv6 # Default output formats are ascii for troff documents, and # ascii and html for sgml documents. diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index ee834e1649..bd36cebac3 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,8 +1,8 @@ # $FreeBSD: src/usr.sbin/lpr/Makefile,v 1.5.2.3 2002/02/01 01:03:39 gad Exp $ -# $DragonFly: src/usr.sbin/lpr/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ +# $DragonFly: src/usr.sbin/lpr/Makefile,v 1.4 2005/03/13 18:05:53 joerg Exp $ SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ - filters filters.ru SMM.doc + filters filters.ru # Questions/ideas for lpr & friends could also be sent to: # freebsd-print@bostonradio.org