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.
This commit is contained in:
Jordan K. Hubbard 1997-05-01 01:15:55 +00:00
parent 8e19a74e8d
commit f40b37bdb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25334

View File

@ -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