X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/760a7cfc29f0645056b04e4d6f7c63cb46b4d384..d34d6e351e9708f4a5ce519e508abbc418285b5e:/Documentation/asciidoc.conf?ds=sidebyside diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf index d40b4a8..3e37c7f 100644 --- a/Documentation/asciidoc.conf +++ b/Documentation/asciidoc.conf @@ -44,23 +44,9 @@ template::[header-declarations] endif::backend-docbook[] endif::doctype-manpage[] -## htmllink: macro +## linkman: macro # -# Usage: htmllink:url[text] - -ifdef::backend-docbook[] -[htmllink-inlinemacro] -{0} -endif::backend-docbook[] - -ifdef::backend-xhtml11[] -[htmllink-inlinemacro] -{0} -endif::backend-xhtml11[] - -## manlink: macro -# -# Usage: manlink:command[manpage-section] +# Usage: linkman:command[manpage-section] # # Note, {0} is the manpage section, while {target} is the command. # @@ -68,7 +54,7 @@ endif::backend-xhtml11[] # show the command. ifdef::backend-docbook[] -[manlink-inlinemacro] +[linkman-inlinemacro] {0%{target}} {0#} {0#{target}{0}} @@ -76,7 +62,7 @@ ifdef::backend-docbook[] endif::backend-docbook[] ifdef::backend-xhtml11[] -[manlink-inlinemacro] +[linkman-inlinemacro] {target}{0?({0})} endif::backend-xhtml11[]