Skip to content

Commit

Permalink
Documentation: unbreak user-manual.
Browse files Browse the repository at this point in the history
The previous one broke generated xml files for anything but manpages,
as it took the header for manpage unconditionally.  This fixes it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Mar 28, 2007
1 parent 7ef195b commit d3d4fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/asciidoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ifdef::backend-docbook[]
{title#}</example>
endif::backend-docbook[]

ifdef::doctype-manpage[]
ifdef::backend-docbook[]
[header]
template::[header-declarations]
Expand All @@ -47,6 +48,7 @@ template::[header-declarations]
<refpurpose>{manpurpose}</refpurpose>
</refnamediv>
endif::backend-docbook[]
endif::doctype-manpage[]

ifdef::backend-xhtml11[]
[gitlink-inlinemacro]
Expand Down

0 comments on commit d3d4fa8

Please sign in to comment.