## gitlink: macro # # Usage: gitlink:command[manpage-section] # # Note, {0} is the manpage section, while {target} is the command. # # Show GIT link as: (
); if section is defined, else just show # the command. [attributes] caret=^ startsb=[ endsb=] tilde=~ ifdef::backend-docbook[] [gitlink-inlinemacro] {0%{target}} {0#} {0#{target}{0}} {0#} endif::backend-docbook[] ifdef::backend-docbook[] # "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this. [listingblock] {title} | {title#} endif::backend-docbook[] ifdef::backend-xhtml11[] [gitlink-inlinemacro] {target}{0?({0})} endif::backend-xhtml11[]