mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-20 17:54:13 -05:00
Documentation: unbreak user-manual.
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>
This commit is contained in:
@@ -31,6 +31,7 @@ ifdef::backend-docbook[]
|
||||
{title#}</example>
|
||||
endif::backend-docbook[]
|
||||
|
||||
ifdef::doctype-manpage[]
|
||||
ifdef::backend-docbook[]
|
||||
[header]
|
||||
template::[header-declarations]
|
||||
@@ -47,6 +48,7 @@ template::[header-declarations]
|
||||
<refpurpose>{manpurpose}</refpurpose>
|
||||
</refnamediv>
|
||||
endif::backend-docbook[]
|
||||
endif::doctype-manpage[]
|
||||
|
||||
ifdef::backend-xhtml11[]
|
||||
[gitlink-inlinemacro]
|
||||
|
||||
Reference in New Issue
Block a user