aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/news/2003/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/news/2003/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/news/2003/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/news/2003/Makefile b/en_US.ISO8859-1/htdocs/news/2003/Makefile
new file mode 100644
index 0000000000..8c81ce888d
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/news/2003/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD: www/en/news/2003/Makefile,v 1.3 2005/09/20 21:18:25 hrs 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
+
+XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}::
+DEPENDSET.press=transtable press
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"