diff options
author | Christoph J. Thompson <cjsthompson@gmail.com> | 2013-02-02 22:25:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-02 18:14:45 -0800 |
commit | fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08 (patch) | |
tree | d59d2e691238525e3646b90da9ef8b611718570e /config.mak.in | |
parent | 7e2010537e96d0a1144520222f20ba1dc3d61441 (diff) | |
download | git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.tar.gz |
Honor configure's htmldir switch
Honor autoconf's --htmldir switch. This allows relocating HTML docs
straight from the configure script.
Signed-off-by: Christoph J. Thompson <cjsthompson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.in')
-rw-r--r-- | config.mak.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mak.in b/config.mak.in index 802d34223a..77715caa93 100644 --- a/config.mak.in +++ b/config.mak.in @@ -20,7 +20,8 @@ datarootdir = @datarootdir@ template_dir = @datadir@/git-core/templates sysconfdir = @sysconfdir@ -mandir=@mandir@ +mandir = @mandir@ +htmldir = @htmldir@ srcdir = @srcdir@ VPATH = @srcdir@ |