www/de/developers.sgml 1.186 -> 1.187 www/de/index.xsl 1.161 -> 1.163 www/de/news/2006/news.xml 1.1 -> 1.2 www/de/security/Makefile 1.14 -> 1.16 www/de/security/charter.sgml 1.5 -> 1.6 www/de/security/mkindex.xsl remove obsolete file www/de/security/security.sgml 1.196 -> 1.200 www/de/share/sgml/libcommon.xsl 1.13 -> 1.16 www/de/share/sgml/navibar.l10n.ent 1.15 -> 1.16 www/de/share/sgml/news.xml 1.146 -> 1.149 www/de/share/sgml/press.xml 1.57 -> 1.59 Obtained from: The FreeBSD German Documentation Project
17 lines
350 B
Makefile
17 lines
350 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/security/Makefile,v 1.7 2008/03/01 17:12:05 jkois Exp $
|
|
# basiert auf: 1.16
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= charter.sgml
|
|
DOCS+= security.sgml
|
|
|
|
INDEXLINK= security.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|