## Borrowed from 'linkgit' in the Git distribution. ## linkman: macro # # Usage: linkman:command[manpage-section] # # Note, {0} is the manpage section, while {target} is the command. # # Show NUT link as: <command>(<section>); if section is defined, else just show # the command. [macros] (?su)[\\]?(?P<name>linkman):(?P<target>\S*?)\[(?P<attrlist>.*?)\]= ifdef::backend-docbook[] [linkman-inlinemacro] {0%{target}} {0#<citerefentry>} {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>} {0#</citerefentry>} endif::backend-docbook[] ifdef::backend-xhtml11[] [linkman-inlinemacro] <a href="{target}.html">{target}{0?({0})}</a> # Override HTML footer, to include NUT version [footer-text] Last updated {docdate} {doctime} -- Network UPS Tools {nutversion} # Format-detection to prevent smartphones from being too smart [+docinfo] <meta name="format-detection" content="telephone=no" /> endif::backend-xhtml11[]