Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 22:26:46 +0100
From:      Szilveszter Adam <sziszi@bsd.hu>
To:        freebsd-doc@freebsd.org
Subject:   www/en/events breaks web build
Message-ID:  <20020325212646.GC1025@fonix.adamsfamily.xx>

next in thread | raw e-mail | index | archive | help
Hello dear -doc people,

Today, the www/en/events directory was connected to the build.
Unfortunately, the preparations for this were not yet complete, a small
commit was still missing which broke the website build for me. (And if
left so, the resulting pages would be outside the website dir structure
in any case.) I have opted for an "events" directory, you may choose
other if you want...

The patch is trivial:

Index: Makefile.inc
===================================================================
RCS file: /usr/local/ncvs/freebsd//www/en/events/Makefile.inc,v
retrieving revision 1.1
diff -u -r1.1 Makefile.inc
--- Makefile.inc	16 Mar 2002 08:47:54 -0000	1.1
+++ Makefile.inc	25 Mar 2002 21:09:38 -0000
@@ -1,3 +1,4 @@
 # $FreeBSD: www/en/events/Makefile.inc,v 1.1 2002/03/16 08:47:54 murray Exp $
 
 WEB_PREFIX?=	${.CURDIR}/../../..
+WEBBASE?=	/data/events

As sobomax would say it, "Please fix":-)

-- 
Regards:

Szilveszter ADAM
Szombathely Hungary

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020325212646.GC1025>