zsh-workers
 help / color / mirror / code / Atom feed
From: Ingmar Vanhassel <ingmar@exherbo.org>
To: Zsh hackers list <zsh-workers@sunsite.dk>
Cc: Ingmar Vanhassel <ingmar@exherbo.org>
Subject: [PATCH] Respect ./configure --htmldir, keeping our default
Date: Mon, 25 May 2009 17:28:40 +0000	[thread overview]
Message-ID: <1243272520-25517-1-git-send-email-ingmar@exherbo.org> (raw)
In-Reply-To: <090525081409.ZM14998@torch.brasslantern.com>

[Resend, fixed another thinko]

Updated patch, without relying on GNU Make syntax.
Apparently override doesn't do what I think it does, so it shouldn't've been
there in the first place.

---
 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..81c1edd 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)" ""
+htmldir = $(datadir)/$(tzsh)/htmldoc
+endif
 
 # compilation
 CC              = @CC@
-- 
1.6.3.1


      parent reply	other threads:[~2009-05-25 17:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-25 14:02 [PATCH 1/2] " 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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1243272520-25517-1-git-send-email-ingmar@exherbo.org \
    --to=ingmar@exherbo.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).