From owner-freebsd-doc@FreeBSD.ORG Wed May 14 18:01:42 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1564437B401 for ; Wed, 14 May 2003 18:01:42 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305DA43F85 for ; Wed, 14 May 2003 18:01:41 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from envy.homeunix.com ([4.47.68.94]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030515010140.SZTY25800.out006.verizon.net@envy.homeunix.com> for ; Wed, 14 May 2003 20:01:40 -0500 Received: from FreeBSD.org (lust.pdx.soupnazi.org [192.168.1.2]) by envy.homeunix.com (8.12.8p1/8.12.8) with ESMTP id h4F11cj2039558 for ; Wed, 14 May 2003 18:01:38 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Wed, 14 May 2003 18:01:39 -0700 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: multipart/mixed; boundary=Apple-Mail-6--508628584 From: Jim Mock To: doc@FreeBSD.org Message-Id: X-Mailer: Apple Mail (2.552) X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.47.68.94] at Wed, 14 May 2003 20:01:39 -0500 Subject: patch for www/en/Makefile X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 01:01:42 -0000 --Apple-Mail-6--508628584 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Does anyone have any objections to this patch? It allows for WEBDIR to be overridden and is the result of a thread on -questions. I'd like to commit it tonight or tomorrow if there isn't a good reason not to :-) - jim -- - jim mock mij@{soupnazi|opendarwin}.org jim@{bsdnews|FreeBSD}.org - - editor in chief, BSD News: http://bsdnews.org http://soupnazi.org - --Apple-Mail-6--508628584 Content-Disposition: attachment; filename=Makefile.diff Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="Makefile.diff" Index: Makefile =================================================================== RCS file: /home/dcvs/www/en/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- Makefile 9 Apr 2003 23:45:58 -0000 1.95 +++ Makefile 15 May 2003 00:59:07 -0000 @@ -85,7 +85,7 @@ .endfor .endif -WEBDIR= data +WEBDIR?= data # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html --Apple-Mail-6--508628584--