From 2da1d228cc622b75ff4119c2ceabfcac1fb9b078 Mon Sep 17 00:00:00 2001 From: Johann Kois Date: Sat, 23 Aug 2008 13:39:56 +0000 Subject: [PATCH] MFde: Minor update to the German website. www/de/news/Makefile 1.48 -> 1.50 Fix the Makefile so that the links to the news feeds in news/newsflash.html + news/press.html do not return a 404. Obtained from: The FreeBSD German Documentation Project --- de/news/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/de/news/Makefile b/de/news/Makefile index 7866ddc4cd..ae515218a6 100644 --- a/de/news/Makefile +++ b/de/news/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -# $FreeBSDde: de-www/news/Makefile,v 1.13 2008/01/12 20:51:38 jkois Exp $ -# basiert auf: 1.48 +# $FreeBSDde: de-www/news/Makefile,v 1.14 2008/08/23 13:20:15 jkois Exp $ +# basiert auf: 1.50 .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -23,7 +23,10 @@ INDEXLINK= news.html DEPENDSET.DEFAULT= transtable news press XMLDOCS= newsflash:${XSL_NEWS_NEWSFLASH}:${XML_NEWS_NEWS_MASTER}: +XMLDOCS+= news-rdf:${XSL_NEWS_NEWS_RDF}:${XML_NEWS_NEWS_MASTER}:news.rdf +XMLDOCS+= news-rss:${XSL_NEWS_NEWS_RSS}:${XML_NEWS_NEWS_MASTER}:rss.xml XMLDOCS+= press:${XSL_NEWS_PRESS}:${XML_NEWS_PRESS_MASTER}: +XMLDOCS+= press-rss:${XSL_NEWS_PRESS_RSS}:${XML_NEWS_PRESS_MASTER}:press-rss.xml .include "${WEB_PREFIX}/share/mk/web.site.mk"