Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/2] Respect ./configure --htmldir, keeping our default
- X-seq: zsh-workers 26991
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: [PATCH 1/2] Respect ./configure --htmldir, keeping our default
- Date: Mon, 25 May 2009 08:14:09 -0700
- In-reply-to: <1243260148-23851-1-git-send-email-ingmar@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1243260148-23851-1-git-send-email-ingmar@xxxxxxxxxxx>
On May 25, 2:02pm, Ingmar Vanhassel wrote:
}
} +htmldir := @htmldir@
} +ifeq "$(htmldir)" ""
} +override htmldir := $(datadir)/$(tzsh)/htmldoc
} +endif
I don't think we can assume GNU Make syntax. Yes, we assume configure
and other GNU tools, but only for the developer who is building the
tarball, not when running a "make" after extraction.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author