From f5455ee885cafe70efdebc1c1bb5da6941dfd308 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 1 May 1997 01:15:55 +0000 Subject: [PATCH] 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. --- share/mk/bsd.info.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index 99c32283060c..67bedba1d71b 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 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