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.
84 # Following the conventions of MANGROUPS, manpage links should be defined
85 # as ${group}LINKS, which means the default groups' links would be called
87 # use ${MLINKS} as the default group's links if it's set.
222 .if !defined(NO_MLINKS) && defined(${__group}LINKS) && !empty(${__group}LINKS)
223 .for _oname _osect _dname _dsect in ${${__group}LINKS:C/\.([^.]*)$/.\1 \1/}
245 .if !defined(NO_MLINKS) && !empty(${__group}LINKS)
248 STAGE_LINKS.mlinks.${__group}:= ${${__group}LINKS:M*.[1-9]:@f@${f:S,^,${MANDIR}${f:E}${MANSUBDIR}/,…
303 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
323 .if defined(${__group}LINKS)
326 .for __page __link in ${${__group}LINKS}
330 echo "${__group}LINKS: '.Nm ${__link:R}' not found in ${__page}"; \
333 .endfor # __page __link in ${${__group}LINKS}
334 .endif # defined(${__group}LINKS)