From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p359aTts023288 for ; Tue, 5 Apr 2011 05:36:29 -0400 (EDT) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 75AEB14D7CB; Tue, 5 Apr 2011 11:36:23 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([130.237.32.160]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id ztyxmuprXGv9; Tue, 5 Apr 2011 11:36:22 +0200 (CEST) X-KTH-Auth: kristaps [213.103.216.43] X-KTH-mail-from: kristaps@bsd.lv Received: from macky.local (s213-103-216-43.cust.tele2.se [213.103.216.43]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 40BB614C12E; Tue, 5 Apr 2011 11:36:22 +0200 (CEST) Message-ID: <4D9AE295.3040102@bsd.lv> Date: Tue, 05 Apr 2011 11:36:21 +0200 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 To: discuss@mdocml.bsd.lv CC: Thomas Klausner , Joerg Sonnenberger Subject: Re: mdocml version 1.11.1 available References: <4D9A3607.9070503@bsd.lv> <4D9A4192.3000005@bsd.lv> <20110405085449.GC7727@danbala.tuwien.ac.at> <4D9ADACB.7010709@bsd.lv> <20110405092445.GF7727@danbala.tuwien.ac.at> In-Reply-To: <20110405092445.GF7727@danbala.tuwien.ac.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > On Tue, Apr 05, 2011 at 11:03:07AM +0200, Kristaps Dzonsons wrote: >> mdoc.3, man.3, and roff.3 have been removed in favour of mandoc.3 >> (as of Makefile 1.317). Your downstream Makefile is probably out of >> date... > > Ah true, sorry for the false alarm. > > We had a manual install target... while removing that, I found two > issues: > > PREFIX is set with =, please use ?= to set it. > LIBDIR is not created. Thomas, I've added the LIBDIR mkdir---thanks! As for the PREFIX ?=, this has been discussed before. The previous Makefile also used "PREFIX =", and I remember ?= causing problems across different systems. The PREFIX = was introduced in revision 1.270 by Joerg. Joerg, can you comment on this? Thanks, Kristaps -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv