summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-01 01:15:55 +0000
committerjkh <jkh@FreeBSD.org>1997-05-01 01:15:55 +0000
commit1196bc34a59a13e7b9da92f9f0bd1255d81e24be (patch)
treec90f4d542ecfec554c270bc639b2a8fb98afd582 /share/mk
parentb8821bd2b07f29cb27fdcf5ef3ff5cd9503d5aeb (diff)
downloadFreeBSD-src-1196bc34a59a13e7b9da92f9f0bd1255d81e24be.zip
FreeBSD-src-1196bc34a59a13e7b9da92f9f0bd1255d81e24be.tar.gz
Put the "grossness" back; it had a purpose and anyone screwing around
with these files MUST understand what a `make release' does before making changes like this or get nasty-grams from me when my builds start falling over. In fact, if they can't test "make release" after making such changes then they *should leave these files completely alone*. Thank you.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.info.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 99c3228..67bedba 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.37 1997/04/30 16:33:43 bde Exp $
+# $Id: bsd.info.mk,v 1.38 1997/04/30 17:03:09 bde Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@@ -88,6 +88,10 @@ ICOMPRESS_EXT?= ${COMPRESS_EXT}
.SUFFIXES: ${ICOMPRESS_EXT} .info .texi .texinfo
+# What to do if there's no dir file there. This is really gross!!!
+${DESTDIR}${INFODIR}/${INFODIRFILE}:
+ @(cd /usr/src/share/info; make install)
+
.texi.info:
${MAKEINFO} ${MAKEINFOFLAGS} -I ${.CURDIR} -I ${SRCDIR} ${.IMPSRC} \
-o ${.TARGET}.new
OpenPOWER on IntegriCloud