summaryrefslogtreecommitdiff
path: root/Documentation/manpage.xsl
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-10-06 12:25:16 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-06 12:25:16 +0900
commitfaf5576a8d749c7c46fafd0c62da47ec078e1486 (patch)
tree75bd7cb59dd5b83229c2bd2ca5586534086bb0e2 /Documentation/manpage.xsl
parentMerge branch 'ma/asciidoctor-more-fixes' (diff)
parentDocumentation: fix build with Asciidoctor 2 (diff)
downloadtgif-faf5576a8d749c7c46fafd0c62da47ec078e1486.tar.xz
Merge branch 'bc/doc-use-docbook-5'
Start using DocBook 5 (instead of DocBook 4.5) as Asciidoctor 2.0 no longer works with the older one. * bc/doc-use-docbook-5: Documentation: fix build with Asciidoctor 2
Diffstat (limited to 'Documentation/manpage.xsl')
-rw-r--r--Documentation/manpage.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/manpage.xsl b/Documentation/manpage.xsl
new file mode 100644
index 0000000000..ef64bab17a
--- /dev/null
+++ b/Documentation/manpage.xsl
@@ -0,0 +1,3 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl" />
+</xsl:stylesheet>