security/Makefile 1.9 -> 1.11 security/mkindex.xsl 1.2 -> 1.4 This fixes the german web build. Obtained from: The FreeBSD German Documentation Project
26 lines
682 B
Makefile
26 lines
682 B
Makefile
# $FreeBSD: www/de/security/Makefile,v 1.2 2004/01/11 00:32:03 mheinen Exp $
|
|
# $FreeBSDde: de-www/security/Makefile,v 1.3 2004/01/25 03:50:13 brueffer Exp $
|
|
# basiert auf: 1.11
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS=
|
|
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}
|