From dfb6cc79ecf3073039c270f1f752af3405e7ecd2 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Thu, 15 May 2003 17:32:00 +0000 Subject: [PATCH] Allow WEBDIR to be overridden. --- en/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/Makefile b/en/Makefile index 7d006f1a6d..6132507861 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/Makefile,v 1.94 2003/03/23 08:22:26 trhodes Exp $ +# $FreeBSD: www/en/Makefile,v 1.95 2003/04/09 23:45:58 seanc Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif @@ -85,7 +85,7 @@ SUBDIR+= ../${DIR} .endfor .endif -WEBDIR= data +WEBDIR?= data # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html