summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-01-18 15:12:17 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-01-18 15:12:17 -0800
commit0abfede3aefb0c23e484cf36d3109314b811f2f7 (patch)
treed9a3f57fd947a5e98ce0ba513e3e81e79953f131 /Documentation/Makefile
parentMerge branch 'sb/unpack-trees-cleanup' (diff)
parentasciidoctor: fix user-manual to be built by `asciidoctor` (diff)
downloadtgif-0abfede3aefb0c23e484cf36d3109314b811f2f7.tar.xz
Merge branch 'js/asciidoctor-tweaks'
Adjust documentation to help AsciiDoctor render better while not breaking the rendering done by AsciiDoc. * js/asciidoctor-tweaks: asciidoctor: fix user-manual to be built by `asciidoctor` giteveryday: unbreak rendering with AsciiDoctor
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index b43d66eae6..a9fb497b83 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -337,7 +337,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
user-manual.xml: user-manual.txt user-manual.conf
$(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
- $(TXT_TO_XML) -d article -o $@+ $< && \
+ $(TXT_TO_XML) -d book -o $@+ $< && \
mv $@+ $@
technical/api-index.txt: technical/api-index-skel.txt \