Merge branch 'ct/autoconf-htmldir'
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Feb 2013 23:28:37 +0000 (15:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Feb 2013 23:28:38 +0000 (15:28 -0800)
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

config.mak.in
index e8a9bb4682a239762bc7c4946b19f58353b80baf..d7c49cd8f3333f8ccf434ea494453656c2e573ac 100644 (file)
@@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
 sysconfdir = @sysconfdir@
 
 mandir = @mandir@
+htmldir = @htmldir@
 
 srcdir = @srcdir@
 VPATH = @srcdir@