From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8140 invoked from network); 25 May 2009 15:14:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 25 May 2009 15:14:35 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54128 invoked from network); 25 May 2009 15:14:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 May 2009 15:14:28 -0000 Received: (qmail 14728 invoked by alias); 25 May 2009 15:14:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26991 Received: (qmail 14718 invoked from network); 25 May 2009 15:14:22 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 25 May 2009 15:14:22 -0000 Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) by bifrost.dotsrc.org (Postfix) with ESMTP id EA6E980307FB for ; Mon, 25 May 2009 17:14:18 +0200 (CEST) Received: from torch.brasslantern.com ([96.249.201.13]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KK7002XOGZNOS29@vms173007.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 25 May 2009 10:14:17 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n4PFEA1m015000; Mon, 25 May 2009 08:14:11 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n4PFE9KF014999; Mon, 25 May 2009 08:14:09 -0700 From: Bart Schaefer Message-id: <090525081409.ZM14998@torch.brasslantern.com> Date: Mon, 25 May 2009 08:14:09 -0700 In-reply-to: <1243260148-23851-1-git-send-email-ingmar@exherbo.org> Comments: In reply to Ingmar Vanhassel "[PATCH 1/2] Respect ./configure --htmldir, keeping our default" (May 25, 2:02pm) References: <1243260148-23851-1-git-send-email-ingmar@exherbo.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Ingmar Vanhassel , Zsh hackers list Subject: Re: [PATCH 1/2] Respect ./configure --htmldir, keeping our default MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9390/Mon May 25 14:49:36 2009 on bifrost X-Virus-Status: Clean 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.