summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.info.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index d664ecf..69b95ba 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: bsd.info.mk,v 1.27 1997/01/12 16:20:13 wosch Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@@ -109,9 +109,13 @@ ${x:S/$/.gz/}: ${x}
${GZIPCMD} -c ${.ALLSRC} > ${.TARGET}
.endfor
+# What to do if there's no dir file there. This is really gross!!!
+${DESTDIR}${INFODIR}/${INFODIRFILE}:
+ @(cd /usr/src/share/info; make install)
+
.for x in ${INFO}
INSTALLINFODIRS+= ${x:S/$/-install/}
-${x:S/$/-install/}:
+${x:S/$/-install/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}
${INSTALLINFO} --defsection=${INFOSECTION} \
--defentry=${INFOENTRY_${x}} \
${x}.info ${DESTDIR}${INFODIR}/${INFODIRFILE}
OpenPOWER on IntegriCloud