projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e20105
)
Honor configure's htmldir switch
author
Christoph J. Thompson
<cjsthompson@gmail.com>
Sat, 2 Feb 2013 21:25:11 +0000
(22:25 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 3 Feb 2013 02:14:45 +0000
(18:14 -0800)
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>
config.mak.in
patch
|
blob
|
history
diff --git
a/config.mak.in
b/config.mak.in
index 802d34223a2859ee1341d94ee722d7939b7276aa..77715caa93d6c02fbe7d62155fda778667670c28 100644
(file)
--- 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@