- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
14 lines
No EOL
301 B
Makefile
14 lines
No EOL
301 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/developers/Makefile,v 1.1 2007/03/31 12:02:05 jkois Exp $
|
|
# basiert auf: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= cvs.sgml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk" |