Oops. The previous change duplicated the grossness instead of removing it.

This commit is contained in:
Bruce Evans 1997-04-30 17:03:09 +00:00
parent a460096719
commit c0bb409c43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25315

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.36 1997/04/07 16:46:40 bde Exp $
# $Id: bsd.info.mk,v 1.37 1997/04/30 16:33:43 bde Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@ -119,14 +119,6 @@ ${x:S/$/${ICOMPRESS_EXT}/}: ${x}
${ICOMPRESS_CMD} ${.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
# 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/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}