aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.info.mk
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-24 13:29:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-24 13:29:34 +0000
commitc5234b56b6308f6ba0e9f26ef4db9277d6f6bc72 (patch)
treef336570d71ea6b5d3dda10d966487e1c72710aec /share/mk/bsd.info.mk
parent37bd5c8386a40bed4cdfcdd30142dff427bfcb54 (diff)
downloadsrc-c5234b56b6308f6ba0e9f26ef4db9277d6f6bc72.tar.gz
src-c5234b56b6308f6ba0e9f26ef4db9277d6f6bc72.zip
Abuse bsd.obj.mk for defining default distribute target.
Notes
Notes: svn path=/head/; revision=95368
Diffstat (limited to 'share/mk/bsd.info.mk')
-rw-r--r--share/mk/bsd.info.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index c4ce872f36d0..62f41c38f951 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -11,8 +11,6 @@
#
# DESTDIR Change the tree where the info files gets installed. [not set]
#
-# DISTRIBUTION Name of distribution. [info]
-#
# DVIPS A program which convert a TeX DVI file to PostScript [dvips]
#
# DVIPS2ASCII A program to convert a PostScript file which was prior
@@ -65,10 +63,6 @@
#
# +++ targets +++
#
-# distribute:
-# This is a variant of install, which will
-# put the stuff into the right "distribution".
-#
# install:
# Install the info files.
#
@@ -159,15 +153,6 @@ ${x:S/$/-install/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}
.PHONY: ${INSTALLINFODIRS}
-DISTRIBUTION?= base
-
-.if !target(distribute)
-distribute:
-.for dist in ${DISTRIBUTION}
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
-.endfor
-.endif
-
.if defined(SRCS)
CLEANFILES+= ${INFO}.texi
${INFO}.texi: ${SRCS}