MFen 1.11
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
78468e3ae4
commit
b7f6edffb2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19838
1 changed files with 11 additions and 8 deletions
|
@ -1,28 +1,31 @@
|
||||||
|
#
|
||||||
# The FreeBSD Russian Documentation Project
|
# The FreeBSD Russian Documentation Project
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $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)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= security.sgml
|
DOCS=
|
||||||
|
DOCS+= security.sgml
|
||||||
INDEXLINK=security.html
|
|
||||||
|
INDEXLINK= security.html
|
||||||
|
|
||||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
||||||
CLEANFILES+= advisories.html.inc
|
CLEANFILES+= advisories.html.inc
|
||||||
|
|
||||||
security.html: 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} \
|
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||||
|
--param "advisories.xml" "'${XML_ADVISORIES}'" \
|
||||||
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
|
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
|
||||||
|
|
Loading…
Reference in a new issue