Lines Matching full:links
3 # their links.
30 # MLINKS List of manual page links (using a suffix). The
35 # NO_MLINKS If you do not want install manual page links. [not set]
55 # Install the manual pages and their links.
94 # Following the conventions of MANGROUPS, manpage links should be defined
95 # as ${group}LINKS, which means the default groups' links would be called
97 # use ${MLINKS} as the default group's links if it's set.
242 .if !defined(NO_MLINKS) && defined(${__group}LINKS) && !empty(${__group}LINKS)
243 .for _oname _osect _dname _dsect in ${${__group}LINKS:C/\.([^.]*)$/.\1 \1/}
265 .if !defined(NO_MLINKS) && !empty(${__group}LINKS)
268 STAGE_LINKS.mlinks.${__group}:= ${${__group}LINKS:M*.[1-9]:@f@${f:S,^,${MANDIR}${f:E}${MANSUBDIR}/,…
323 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
343 .if defined(${__group}LINKS)
346 .for __page __link in ${${__group}LINKS}
350 echo "${__group}LINKS: '.Nm ${__link:R}' not found in ${__page}"; \
353 .endfor # __page __link in ${${__group}LINKS}
354 .endif # defined(${__group}LINKS)