summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-25 18:24:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-25 18:24:10 (GMT)
commit10fcd5194f442c5320f1001feed8cb1ca4d201ae (patch)
treef45f6cc18f564db7438fda8342fd4a2b9bfdde74 /Documentation/Makefile
parent8df9be792b1a8cc349a7a9f321be7c36c2a2a18d (diff)
parenta3d05510ceb442fd6987eb284bb25d1f38535469 (diff)
downloadgit-10fcd5194f442c5320f1001feed8cb1ca4d201ae.zip
git-10fcd5194f442c5320f1001feed8cb1ca4d201ae.tar.gz
git-10fcd5194f442c5320f1001feed8cb1ca4d201ae.tar.bz2
Merge branch 'jk/no-more-asciidoc7'
We no longer use AsciiDoc7 syntax in our documentation and favor a more modern style. * jk/no-more-asciidoc7: docs: drop antique comment from Makefile docs: drop asciidoc7compatible flag
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 5d76a84..063fa69 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -66,12 +66,6 @@ endif
-include ../config.mak
#
-# For asciidoc ...
-# -7.1.2, set ASCIIDOC7
-# 8.0-, no extra settings are needed
-#
-
-#
# For docbook-xsl ...
# -1.68.1, no extra settings are needed?
# 1.69.0, set ASCIIDOC_ROFF?
@@ -81,9 +75,6 @@ endif
# 1.73.0-, no extra settings are needed
#
-ifndef ASCIIDOC7
-ASCIIDOC_EXTRA += -a asciidoc7compatible
-endif
ifdef DOCBOOK_XSL_172
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff
MANPAGE_XSL = manpage-1.72.xsl
@@ -134,15 +125,6 @@ DEFAULT_EDITOR_SQ = $(subst ','\'',$(DEFAULT_EDITOR))
ASCIIDOC_EXTRA += -a 'git-default-editor=$(DEFAULT_EDITOR_SQ)'
endif
-#
-# Please note that there is a minor bug in asciidoc.
-# The version after 6.0.3 _will_ include the patch found here:
-# http://marc.theaimsgroup.com/?l=git&m=111558757202243&w=2
-#
-# Until that version is released you may have to apply the patch
-# yourself - yes, all 6 characters of it!
-#
-
QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
QUIET_SUBDIR1 =