Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2003 18:01:39 -0700
From:      Jim Mock <jim@FreeBSD.org>
To:        doc@FreeBSD.org
Subject:   patch for www/en/Makefile
Message-ID:  <C898453C-8670-11D7-A664-000393460DB2@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C898453C-8670-11D7-A664-000393460DB2>