head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.02.03.17.05.27;	author jkois;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MFde:   Update the German website.

www/de/administration.sgml                      1.12  -> 1.15
www/de/community.sgml                           1.3   -> 1.5
www/de/developers.sgml                          1.180 -> 1.181
www/de/news/Makefile                            1.46  -> 1.48
www/de/news/2006/Makefile                       new file
www/de/news/2006/news.xml                       new file
www/de/news/2006/press.xml                      new file
www/de/security/security.sgml                   1.195 -> 1.196
www/de/share/sgml/header.l10n.ent               1.6   -> 1.8
www/de/share/sgml/libcommon.xsl                 1.7   -> 1.13
www/de/share/sgml/news.xml                      1.132 -> 1.141
www/de/share/sgml/press.xml                     1.55  -> 1.57

Obtained from:  The FreeBSD German Documentation Project
@
text
@# $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"
@
