Subject: CVS commit: htdocs/share/mk
To: None <www-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: www-changes
Date: 08/05/2006 08:43:55
Module Name:	htdocs
Committed By:	rillig
Date:		Sat Aug  5 08:43:55 UTC 2006

Modified Files:
	htdocs/share/mk: web.prefs.mk web.site.mk

Log Message:
Re-added the cleandir target, since the DocBook directories define it to
do something useful. At the same time, disabled some dependency magic
from <bsd.own.mk> by setting NEED_OWN_INSTALL_TARGET=no (like in pkgsrc,
once again). Before this change, "make cleandir" had recursively called
"make clean", but since the _PROGSUBDIR target did not show _what_ it
was doing recursively, no one had noticed.

The result of all this is that "make cleandir" now really cleans up the
generated *.tex, *.ps, *.pdf files in the DocBook directories.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 htdocs/share/mk/web.prefs.mk
cvs rdiff -r1.61 -r1.62 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.