3 # Usage: linkgit: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
18 ifdef::backend-docbook[]
22 {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
24 endif::backend-docbook[]
26 ifdef::backend-docbook[]
27 ifndef::docbook-xsl-172[]
28 # "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
29 # v1.72 breaks with this because it replaces dots not in roff requests.
31 <example><title>{title}</title>
33 ifdef::doctype-manpage[]
35 endif::doctype-manpage[]
37 ifdef::doctype-manpage[]
39 endif::doctype-manpage[]
42 endif::docbook-xsl-172[]
43 endif::backend-docbook[]
45 ifdef::doctype-manpage[]
46 ifdef::backend-docbook[]
48 template::[header-declarations]
51 <refentrytitle>{mantitle}</refentrytitle>
52 <manvolnum>{manvolnum}</manvolnum>
53 <refmiscinfo class="source">Git</refmiscinfo>
54 <refmiscinfo class="version">{git_version}</refmiscinfo>
55 <refmiscinfo class="manual">Git Manual</refmiscinfo>
58 <refname>{manname}</refname>
59 <refpurpose>{manpurpose}</refpurpose>
61 endif::backend-docbook[]
62 endif::doctype-manpage[]
64 ifdef::backend-xhtml11[]
66 <a href="{target}.html">{target}{0?({0})}</a>
67 endif::backend-xhtml11[]