summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-05-30 10:22:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-30 16:24:28 (GMT)
commita3d05510ceb442fd6987eb284bb25d1f38535469 (patch)
tree6ed7edc7c445ef664dc995e3e3d6521353bfec3b /Documentation/Makefile
parentbf1712621178340e0f15cb060afc8e650ae72faf (diff)
downloadgit-a3d05510ceb442fd6987eb284bb25d1f38535469.zip
git-a3d05510ceb442fd6987eb284bb25d1f38535469.tar.gz
git-a3d05510ceb442fd6987eb284bb25d1f38535469.tar.bz2
docs: drop antique comment from Makefile
This comment warns about a bug in asciidoc 6, and points to a patch from 2005. Since we don't even support versions of asciidoc that old, we can safely get rid of the warning. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 030e2c8..eb1b6ad 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -125,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 =