Make tig handle GIT_DIR better
[tig] / asciidoc.conf
index e4178cc..8343a86 100644 (file)
@@ -1,12 +1,3 @@
-## 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}}
@@ -15,11 +6,27 @@ ifdef::backend-docbook[]
 {0#</citerefentry>}
 endif::backend-docbook[]
 
+ifdef::backend-docbook[]
+# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
+[listingblock]
+<example><title>{title}</title>
+<literallayout>
+|
+</literallayout>
+{title#}</example>
+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;
+ifdef::readme[]
+# No header or footers for README.html
+[header]
+<div style="font-family: monospace;">
+<h1>{doctitle}</h1>
+
+[footer]
+</div>
+endif::readme[]