diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-25 11:24:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-25 11:24:10 -0700 |
commit | 10fcd5194f442c5320f1001feed8cb1ca4d201ae (patch) | |
tree | f45f6cc18f564db7438fda8342fd4a2b9bfdde74 /Documentation | |
parent | Merge branch 'maint' (diff) | |
parent | docs: drop antique comment from Makefile (diff) | |
download | tgif-10fcd5194f442c5320f1001feed8cb1ca4d201ae.tar.xz |
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')
-rw-r--r-- | Documentation/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 5d76a84078..063fa696c9 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 = |