3 # Usage: gitlink:command[manpage-section]
5 # Note, {0} is the manpage section, while {target} is the command.
7 # Show GIT link as: <command>(<section>); if section is defined, else just show
13 ifdef::backend-docbook[]
17 {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
19 endif::backend-docbook[]
21 ifdef::backend-docbook[]
22 # "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
24 <example><title>{title}</title>
29 endif::backend-docbook[]
31 ifdef::backend-xhtml11[]
33 <a href="{target}.html">{target}{0?({0})}</a>
34 endif::backend-xhtml11[]