MFen 1.11

Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
Andrey Zakhvatov 2004-01-26 07:24:12 +00:00
parent 78468e3ae4
commit b7f6edffb2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19838

View file

@ -1,28 +1,31 @@
#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.6 2003/11/27 14:01:08 den Exp $
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.7 2004/01/25 15:18:18 andy Exp $
#
# Original revision: 1.11
#
# 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
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}
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES} ${XML_INCLUDES}
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
--param "advisories.xml" "'${XML_ADVISORIES}'" \
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}