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:
parent
08e383f210
commit
f5455ee885
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user