aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-25 11:24:10 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-25 11:24:10 -0700
commit10fcd5194f442c5320f1001feed8cb1ca4d201ae (patch)
treef45f6cc18f564db7438fda8342fd4a2b9bfdde74 /Makefile
parent8df9be792b1a8cc349a7a9f321be7c36c2a2a18d (diff)
parenta3d05510ceb442fd6987eb284bb25d1f38535469 (diff)
downloadgit-10fcd5194f442c5320f1001feed8cb1ca4d201ae.tar.gz
git-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 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f62ca2aeb..cba9f7788 100644
--- a/Makefile
+++ b/Makefile
@@ -203,8 +203,6 @@ all::
# Define NO_ST_BLOCKS_IN_STRUCT_STAT if your platform does not have st_blocks
# field that counts the on-disk footprint in 512-byte blocks.
#
-# Define ASCIIDOC7 if you want to format documentation with AsciiDoc 7
-#
# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72
# (not v1.73 or v1.71).
#
@@ -1845,10 +1843,6 @@ ifndef V
endif
endif
-ifdef ASCIIDOC7
- export ASCIIDOC7
-endif
-
ifdef NO_INSTALL_HARDLINKS
export NO_INSTALL_HARDLINKS
endif