www/de/about.sgml fixes only www/de/where.sgml fixes only www/de/projects/Makefile 1.20 -> 1.31 www/de/projects/cvsweb.sgml new translation [X] www/de/projects/projects.sgml new translation [XX] www/de/share/sgml/header.l10n.ent fixes only www/de/share/sgml/navibar.l10n.ent fixes only www/de/share/sgml/news.xml 1.106 -> 1.107 www/de/share/sgml/press.xml 1.45 -> 1.46 Obtained from: The FreeBSD German Documentation Project [X] Done by: Aron Schlesigner (as ett doc.bsdgroup.de) [XX] Done by: Daniel Seuffert (ds ett doc.bsdgroup.de)
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-www/projects/Makefile,v 1.3 2007/08/29 08:47:34 as Exp $
|
|
# basiert auf: 1.31
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= projects.sgml
|
|
DOCS+= newbies.sgml
|
|
DOCS+= cvsweb.sgml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|