summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.info.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-21 15:40:34 +0000
committerjkh <jkh@FreeBSD.org>1997-06-21 15:40:34 +0000
commita8bb7ab7de8839eb216a36d0b906898fffa59372 (patch)
treef82d6b94c451e5aa49ea4ca92cc825fadf4ea91e /share/mk/bsd.info.mk
parent90a0066a3fb52aa84d52e5fb3c2cc9b9121e3fdb (diff)
downloadFreeBSD-src-a8bb7ab7de8839eb216a36d0b906898fffa59372.zip
FreeBSD-src-a8bb7ab7de8839eb216a36d0b906898fffa59372.tar.gz
Change the distribute targets so that a given item in our source tree
can place itself into n distributions, where n >= 1.
Diffstat (limited to 'share/mk/bsd.info.mk')
-rw-r--r--share/mk/bsd.info.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 67bedba..ab0e399 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.38 1997/04/30 17:03:09 bde Exp $
+# $Id: bsd.info.mk,v 1.39 1997/05/01 01:15:55 jkh Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@@ -141,8 +141,9 @@ DISTRIBUTION= info
.if !target(distribute)
distribute: _SUBDIR
- cd ${.CURDIR} ; \
- $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
+.for dist in ${DISTRIBUTION}
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
+.endfor
.endif
.if defined(SRCS)
OpenPOWER on IntegriCloud