Lines Matching defs:catpages
7 .PHONY: catinstall maninstall catpages manpages catlinks manlinks
137 catinstall: catpages catlinks
138 catpages:: # ensure target exists
139 CATPAGES= ${MAN:C/\.(${_MSECTIONREGEX})\$/.cat\1${MANSUFFIX}/}
141 realall: ${CATPAGES}
142 .NOPATH: ${CATPAGES}
164 .for F in ${CATPAGES:S/${MANSUFFIX}$//:O:u}
179 catpages:: ${_F}
280 CLEANDIRFILES+= ${CATPAGES}
283 CLEANDIRFILES+= ${MANPAGES} ${CATPAGES:S/${MANSUFFIX}$//}
289 # (XXX ${CATPAGES:S...} cleans up old .catN files where .catN.gz now used)