bsd.man.mk (f7ea12a0b62d540d8842cebaac6ab5a671b792e5) | bsd.man.mk (7c0c241dea37a9924227b0c6cc2db3b3a338ddaf) |
---|---|
1# $Id: bsd.man.mk,v 1.20 1997/02/22 13:56:12 peter Exp $ | 1# $Id: bsd.man.mk,v 1.21 1997/03/08 23:46:55 wosch Exp $ |
2# 3# The include file <bsd.man.mk> handles installing manual pages and 4# their links. <bsd.man.mk> includes the file named "../Makefile.inc" 5# if it exists. 6# 7# 8# +++ variables +++ 9# --- 55 unchanged lines hidden (view full) --- 65.for sect in ${SECTIONS} 66.if defined(MAN${sect}) && !empty(MAN${sect}) 67.SUFFIXES: .${sect} 68.PATH.${sect}: ${MANSRC} 69_MANPAGES+= ${MAN${sect}} 70.endif 71.endfor 72 | 2# 3# The include file <bsd.man.mk> handles installing manual pages and 4# their links. <bsd.man.mk> includes the file named "../Makefile.inc" 5# if it exists. 6# 7# 8# +++ variables +++ 9# --- 55 unchanged lines hidden (view full) --- 65.for sect in ${SECTIONS} 66.if defined(MAN${sect}) && !empty(MAN${sect}) 67.SUFFIXES: .${sect} 68.PATH.${sect}: ${MANSRC} 69_MANPAGES+= ${MAN${sect}} 70.endif 71.endfor 72 |
73# XXX MANDEPEND is only used for groff, man/man, man/manpath, at and atrun. 74# It should be named more generally. |
|
73all-man: ${MANDEPEND} 74 75.if defined(NOMANCOMPRESS) 76 77COPY= -c 78 79# Make special arrangements to filter to a temporary file at build time 80# for NOMANCOMPRESS. --- 81 unchanged lines hidden --- | 75all-man: ${MANDEPEND} 76 77.if defined(NOMANCOMPRESS) 78 79COPY= -c 80 81# Make special arrangements to filter to a temporary file at build time 82# for NOMANCOMPRESS. --- 81 unchanged lines hidden --- |