zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/2] Respect ./configure --htmldir, keeping our default
@ 2009-05-25 14:02 Ingmar Vanhassel
  2009-05-25 14:02 ` [PATCH 2/2] Install all html docs again Ingmar Vanhassel
  2009-05-25 15:14 ` [PATCH 1/2] Respect ./configure --htmldir, keeping our default Bart Schaefer
  0 siblings, 2 replies; 11+ messages in thread
From: Ingmar Vanhassel @ 2009-05-25 14:02 UTC (permalink / raw)
  To: Zsh hackers list; +Cc: Ingmar Vanhassel

---
 Config/defs.mk.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index 5195bf8..0377160 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -50,7 +50,10 @@ fndir           = @fndir@
 sitefndir       = @sitefndir@
 scriptdir       = @scriptdir@
 sitescriptdir   = @sitescriptdir@
-htmldir         = $(datadir)/$(tzsh)/htmldoc
+htmldir         := @htmldir@
+ifeq "$(htmldir)" ""
+override htmldir := $(datadir)/$(tzsh)/htmldoc
+endif
 
 # compilation
 CC              = @CC@
-- 
1.6.3.1


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

end of thread, other threads:[~2009-05-30  0:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-25 14:02 [PATCH 1/2] Respect ./configure --htmldir, keeping our default Ingmar Vanhassel
2009-05-25 14:02 ` [PATCH 2/2] Install all html docs again Ingmar Vanhassel
2009-05-25 15:14 ` [PATCH 1/2] Respect ./configure --htmldir, keeping our default Bart Schaefer
2009-05-25 17:24   ` [PATCH] " Ingmar Vanhassel
2009-05-25 17:31     ` Andrey Borzenkov
2009-05-25 17:49       ` Ingmar Vanhassel
2009-05-25 18:06       ` Peter Stephenson
2009-05-25 18:13         ` Clint Adams
2009-05-26  9:25           ` Peter Stephenson
2009-05-30  0:32             ` Ingmar Vanhassel
2009-05-25 17:28   ` Ingmar Vanhassel

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).