Synchronize with English 1.8
This commit is contained in:
parent
7c53e91257
commit
9dc588708d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18498
1 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# $FreeBSD$
|
||||
# The FreeBSD Russian Documentation Project
|
||||
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.3 2000/11/10 17:04:53 phantom Exp $
|
||||
# Original revision: 1.7
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/www/ru/security/Makefile,v 1.5 2003/10/20 07:18:47 andy Exp $
|
||||
#
|
||||
# Original revision: 1.8
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
|
@ -16,3 +18,11 @@ 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 ../../en/security/advisories.xml
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/mkindex.xsl ${.CURDIR}/../../en/security/advisories.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue