officer no longer needs to update both of security.sgml and advisories.xml when an advisory is issued. Reviewed by: nectar
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# $FreeBSD: www/en/security/Makefile,v 1.7 2000/11/07 04:05:36 kuriyama Exp $
|
|
|
|
.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 advisories.xml
|
|
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
|
${.CURDIR}/mkindex.xsl ${.CURDIR}/advisories.xml
|