Oops, fix delimiter documentation
[tig] / asciidoc.conf
index e4178cc..61b2d93 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}}
@@ -20,6 +11,49 @@ ifdef::backend-xhtml11[]
 <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::doctype-manpage[]
+ifdef::backend-docbook[]
+[header]
+template::[header-declarations]
+<refentry>
+<refmeta>
+<refentrytitle>{mantitle}</refentrytitle>
+<manvolnum>{manvolnum}</manvolnum>
+<refmiscinfo class="source">Tig</refmiscinfo>
+<refmiscinfo class="version">{version}</refmiscinfo>
+<refmiscinfo class="manual">Tig Manual</refmiscinfo>
+</refmeta>
+<refnamediv>
+  <refname>{manname}</refname>
+  <refpurpose>{manpurpose}</refpurpose>
+</refnamediv>
+
+# The following two small workarounds insert a simple paragraph after screen
+#
+
+[listingblock]
+<example><title>{title}</title>
+<screen>
+|
+</screen><simpara></simpara>
+{title#}</example>
+
+[verseblock]
+<formalpara{id? id="{id}"}><title>{title}</title><para>
+{title%}<literallayout{id? id="{id}"}>
+{title#}<literallayout>
+|
+</literallayout><simpara></simpara>
+{title#}</para></formalpara>
+endif::backend-docbook[]
+endif::doctype-manpage[]
+
+ifdef::readme[]
+# No header or footers for README.html
+[header]
+<div style="font-family: monospace;">
+<h1>{doctitle}</h1>
+
+[footer]
+</div>
+endif::readme[]