git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Honor configure's htmldir switch
@ 2013-02-02 21:25 Christoph J. Thompson
  2013-02-03  1:27 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph J. Thompson @ 2013-02-02 21:25 UTC (permalink / raw)
  To: git

Honor autoconf's --htmldir switch. This allows relocating HTML docs 
straight from the configure script.


Signed-off-by: Christoph J. Thompson <cjsthompson@gmail.com>
---
 config.mak.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.mak.in b/config.mak.in
index e8a9bb4..d7c49cd 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@
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-03  4:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 21:25 [PATCH] Honor configure's htmldir switch Christoph J. Thompson
2013-02-03  1:27 ` Junio C Hamano
     [not found]   ` <CA+7ShCrB_1Q=aKw5sP5hLkM1o0v-P1WR5+1iL983X7WQCHP=oQ@mail.gmail.com>
2013-02-03  3:31     ` Junio C Hamano
     [not found]       ` <CA+7ShCqxDKHw0dzC6ASH=qpjG_MP-QZxOyMxQmoTKhXc7ZYHuA@mail.gmail.com>
2013-02-03  4:50         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).