doc/ru/security/Makefile
Denis Peplin 6b42ed6e8a make www/ru use mirrors.xml
use www/share/sgml/advisories.xml

Approved by: phantom (mentor)
2003-12-01 16:22:26 +00:00

28 lines
601 B
Makefile

# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.6 2003/11/27 14:01:08 den Exp $
#
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
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}
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}