Deleted Added
full compact
bsd.man.mk (94940) bsd.man.mk (95306)
1# $FreeBSD: head/share/mk/bsd.man.mk 94940 2002-04-17 13:49:29Z ru $
1# $FreeBSD: head/share/mk/bsd.man.mk 95306 2002-04-23 09:03:56Z ru $
2#
3# The include file <bsd.man.mk> handles installing manual pages and
4# their links.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the man pages gets installed. [not set]

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

69.if !defined(MAN)
70.for sect in ${SECTIONS}
71.if defined(MAN${sect}) && !empty(MAN${sect})
72MAN+= ${MAN${sect}}
73.endif
74.endfor
75.endif
76
2#
3# The include file <bsd.man.mk> handles installing manual pages and
4# their links.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the man pages gets installed. [not set]

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

69.if !defined(MAN)
70.for sect in ${SECTIONS}
71.if defined(MAN${sect}) && !empty(MAN${sect})
72MAN+= ${MAN${sect}}
73.endif
74.endfor
75.endif
76
77all-man: _SUBDIR
77all-man:
78
79.if defined(NOMANCOMPRESS)
80
81# Make special arrangements to filter to a temporary file at build time
82# for NOMANCOMPRESS.
83.if defined(MANFILTER)
84FILTEXTENSION= .filt
85.else

--- 161 unchanged lines hidden ---
78
79.if defined(NOMANCOMPRESS)
80
81# Make special arrangements to filter to a temporary file at build time
82# for NOMANCOMPRESS.
83.if defined(MANFILTER)
84FILTEXTENSION= .filt
85.else

--- 161 unchanged lines hidden ---