Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-09 03:28:37 +0400
committerJunio C Hamano <gitster@pobox.com>2013-02-09 03:28:38 +0400
commit1d321b5ab32e333e082d803c4edcc0787a396ffa (patch)
tree561460e6e1fb9b0dbde8db0a61105d5eb383207d /config.mak.in
parenta923c314aa55ed5d5fba431d5db34e442a017a09 (diff)
parentfc1c5415d69dd7997d20b5a9bdb204d3ee12ed08 (diff)
Merge branch 'ct/autoconf-htmldir'
The autoconf subsystem passed --mandir down to generated config.mak.autogen but forgot to do the same for --htmldir. * ct/autoconf-htmldir: Honor configure's htmldir switch
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index e8a9bb4682..d7c49cd8f3 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@
mandir = @mandir@
+htmldir = @htmldir@
srcdir = @srcdir@
VPATH = @srcdir@