diff options
Diffstat (limited to 'de_DE.ISO8859-1/htdocs/news/2006/Makefile')
-rw-r--r-- | de_DE.ISO8859-1/htdocs/news/2006/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/de_DE.ISO8859-1/htdocs/news/2006/Makefile b/de_DE.ISO8859-1/htdocs/news/2006/Makefile new file mode 100644 index 0000000000..c3f5a7b6bf --- /dev/null +++ b/de_DE.ISO8859-1/htdocs/news/2006/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ +# $FreeBSDde: de-www/news/2006/Makefile,v 1.1 2008/01/12 20:51:38 jkois Exp $ +# basiert auf: 1.1 + +.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 + +XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}:: +DEPENDSET.press=transtable press + +.include "${WEB_PREFIX}/share/mk/web.site.mk" |