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 | |
| parent | Git 1.7.12.4 (diff) | |
| download | git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.tar.gz git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.zip | |
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>
| -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@ |
