Deleted Added
full compact
bsd.info.mk (162793) bsd.info.mk (245752)
1# $FreeBSD: head/share/mk/bsd.info.mk 162793 2006-09-29 15:36:19Z ru $
1# $FreeBSD: head/share/mk/bsd.info.mk 245752 2013-01-21 22:40:39Z brooks $
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#

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

108 ${DVIPS2ASCII} > ${.TARGET}.new
109 mv -f ${.TARGET}.new ${.TARGET}
110
111.dvi.ps:
112 ${DVIPS} -o ${.TARGET} ${.IMPSRC}
113
114.info.html:
115 ${INFO2HTML} ${.IMPSRC}
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#

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

108 ${DVIPS2ASCII} > ${.TARGET}.new
109 mv -f ${.TARGET}.new ${.TARGET}
110
111.dvi.ps:
112 ${DVIPS} -o ${.TARGET} ${.IMPSRC}
113
114.info.html:
115 ${INFO2HTML} ${.IMPSRC}
116 ln -f ${.TARGET:R}.info.Top.html ${.TARGET}
116 ${INSTALL_LINK} ${.TARGET:R}.info.Top.html ${.TARGET}
117
118.PATH: ${.CURDIR} ${SRCDIR}
119
120.for _f in ${FORMATS}
121IFILENS+= ${INFO:S/$/.${_f}/}
122.endfor
123
124.if ${MK_INFO} != "no"

--- 75 unchanged lines hidden ---
117
118.PATH: ${.CURDIR} ${SRCDIR}
119
120.for _f in ${FORMATS}
121IFILENS+= ${INFO:S/$/.${_f}/}
122.endfor
123
124.if ${MK_INFO} != "no"

--- 75 unchanged lines hidden ---