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
This commit is contained in:
Johann Kois 2008-08-23 13:39:56 +00:00
parent de12f957a9
commit 2da1d228cc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32725

View file

@ -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"