Subject: CVS commit: htdocs
To: None <www-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: www-changes
Date: 10/13/2005 00:35:11
Module Name:	htdocs
Committed By:	rillig
Date:		Thu Oct 13 00:35:11 UTC 2005

Modified Files:
	htdocs: Makefile.inc
	htdocs/share/mk: web.site.mk

Log Message:
web.site.mk computes the WEB_PREFIX itself, instead of relying on
Makefile.inc files. It also includes all Makefile.inc files on the way
from the current directory upto the WEB_PREFIX. These two changes make
most of the Makefile.inc files redundant, so that they can be removed.

The web.site.mk file is now intended to be included directly by each
Makefile, using a relative path like "../../mk/share/web.site.mk". In
all directories that use the old style, warnings will be printed on
stderr by make(1).


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 htdocs/Makefile.inc
cvs rdiff -r1.41 -r1.42 htdocs/share/mk/web.site.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.