Deleted Added
full compact
bsd.info.mk (95306) bsd.info.mk (95327)
1# $FreeBSD: head/share/mk/bsd.info.mk 95306 2002-04-23 09:03:56Z ru $
1# $FreeBSD: head/share/mk/bsd.info.mk 95327 2002-04-23 22:16:41Z obrien $
2#
3# The include file <bsd.info.mk> handles installing GNU (tech)info files.
4# Texinfo is a documentation system that uses a single source
5# file to produce both on-line information and printed output.
6#
7#
8# +++ variables +++
9#

--- 144 unchanged lines hidden (view full) ---

154 ${INSTALLINFO} ${INSTALLINFOFLAGS} \
155 --defsection=${INFOSECTION} \
156 --defentry=${INFOENTRY_${x}} \
157 ${x}.info ${DESTDIR}${INFODIR}/${INFODIRFILE}
158.endfor
159
160.PHONY: ${INSTALLINFODIRS}
161
2#
3# The include file <bsd.info.mk> handles installing GNU (tech)info files.
4# Texinfo is a documentation system that uses a single source
5# file to produce both on-line information and printed output.
6#
7#
8# +++ variables +++
9#

--- 144 unchanged lines hidden (view full) ---

154 ${INSTALLINFO} ${INSTALLINFOFLAGS} \
155 --defsection=${INFOSECTION} \
156 --defentry=${INFOENTRY_${x}} \
157 ${x}.info ${DESTDIR}${INFODIR}/${INFODIRFILE}
158.endfor
159
160.PHONY: ${INSTALLINFODIRS}
161
162DISTRIBUTION?= bin
162DISTRIBUTION?= base
163
164.if !target(distribute)
165distribute:
166.for dist in ${DISTRIBUTION}
167 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
168.endfor
169.endif
170

--- 38 unchanged lines hidden ---
163
164.if !target(distribute)
165distribute:
166.for dist in ${DISTRIBUTION}
167 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
168.endfor
169.endif
170

--- 38 unchanged lines hidden ---