doc/de/security/Makefile
Martin Heinen 5840e768e3 MFbed: Update the German web site.
applications.sgml		fixes only
features.sgml			1.19  -> 1.20
gifs/Makefile			update header
internet.sgml			fixes only
news/news.xml			1.216 -> 1.217
news/press.xsl			update header
platforms/ia64/machines.sgml	fixes only
platforms/mips.sgml		fixes only
platforms/x86-64.sgml		fixes only
releases/4.6.2R/Makefile	1.2   -> 1.4
releases/4.7R/Makefile		1.7   -> 1.10
releases/4.7R/announce.sgml	1.2   -> 1.4
releases/4.8R/Makefile		1.4   -> 1.7
releases/4.9R/Makefile		1.4   -> 1.7
releases/4.9R/announce.sgml	1.2   -> 1.4
releases/5.0R/Makefile		1.6   -> 1.8
releases/5.0R/announce.sgml	1.3   -> 1.5
releases/5.0R/installation.sgml	1.3   -> 1.4
releases/5.1R/Makefile		1.3   -> 1.5
releases/5.1R/announce.sgml	1.1   -> 1.3
releases/5.2R/Makefile		1.4   -> 1.7
releases/Makefile		update header
releases/index.sgml		1.97  -> 1.98
releases/snapshots.sgml		1.16  -> 1.17
security/Makefile		1.11  -> 1.12
security/security.sgml		1.149 -> 1.159

Obtained from:	The FreeBSD German Documentation Project.
2004-05-17 22:41:56 +00:00

26 lines
629 B
Makefile

# $FreeBSD$
# $FreeBSDde: de-www/security/Makefile,v 1.4 2004/05/16 17:44:55 mheinen Exp $
# basiert auf: 1.12
.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"
CLEANFILES+= advisories.html.inc
security.html: advisories.html.inc
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
--param "advisories.xml" "'${XML_ADVISORIES}'" \
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}