- 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
349 B
Makefile
14 lines
349 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/news/2003/Makefile,v 1.1 2007/02/14 20:45:07 jkois Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
|
|
DEPENDSET.index=transtable news
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|