TODO's and TODON'T's ...
[tig] / asciidoc.conf
diff --git a/asciidoc.conf b/asciidoc.conf
deleted file mode 100644 (file)
index e4178cc..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-## gitlink: macro
-#
-# Usage: gitlink:command[manpage-section]
-#
-# Note, {0} is the manpage section, while {target} is the command.
-#
-# Show GIT link as: <command>(<section>); if section is defined, else just show
-# the command.
-
-ifdef::backend-docbook[]
-[gitlink-inlinemacro]
-{0%{target}}
-{0#<citerefentry>}
-{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
-{0#</citerefentry>}
-endif::backend-docbook[]
-
-ifdef::backend-xhtml11[]
-[gitlink-inlinemacro]
-<a href="{target}{0?.{0}}.html">{target}{0?({0})}</a>
-endif::backend-xhtml11[]
-
-[attributes]
-# Five non breaking spaces used for option indentation in the quick reference
-cg-refopt=&#160;&#160;&#160;&#160;&#160;