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 /config.mak.in | |
parent | 8df9be792b1a8cc349a7a9f321be7c36c2a2a18d (diff) | |
parent | a3d05510ceb442fd6987eb284bb25d1f38535469 (diff) | |
download | git-10fcd5194f442c5320f1001feed8cb1ca4d201ae.tar.gz |
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 'config.mak.in')
-rw-r--r-- | config.mak.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.in b/config.mak.in index b2ba7104eb..802d34223a 100644 --- a/config.mak.in +++ b/config.mak.in @@ -28,7 +28,6 @@ VPATH = @srcdir@ export exec_prefix mandir export srcdir VPATH -ASCIIDOC7=@ASCIIDOC7@ NEEDS_SSL_WITH_CRYPTO=@NEEDS_SSL_WITH_CRYPTO@ NO_OPENSSL=@NO_OPENSSL@ NO_CURL=@NO_CURL@ |