1.169 -> 1.170 www/ja/index.xsl 1.11 -> 1.18 www/ja/security/Makefile 1.4 -> 1.7 www/ja/security/mkindex.xsl 1.216 -> 1.217 www/ja/security/security.sgml 1.31 -> 1.32 www/ja/share/sgml/navibar.l10n.ent
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $FreeBSD: www/ja/security/Makefile,v 1.18 2006/08/19 21:24:49 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.18
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
#DATA= so_public_key.asc
|
|
#DOCS= charter.sgml
|
|
DOCS+= security.sgml
|
|
#DOCS+= advisories.sgml
|
|
#DOCS+= notices.sgml
|
|
|
|
#advisories.sgml: advisories.html.inc
|
|
|
|
#notices.sgml: notices.html.inc
|
|
|
|
INDEXLINK= security.html
|
|
|
|
DEPENDSET.DEFAULT= advisories
|
|
DEPENDSET.errata-rss= notices
|
|
DEPENDSET.notices= notices
|
|
XML.DEFAULT= ${XML_ADVISORIES}
|
|
|
|
XMLDOCS= advisories:mkindex.xsl::advisories.html.inc
|
|
PARAMS.advisories= --param type "'advisory'"
|
|
NO_DATA.advisories= yes
|
|
NO_TIDY.advisories= yes
|
|
|
|
XMLDOCS+= notices:mkindex.xsl::notices.html.inc
|
|
PARAMS.notices= --param advisories.xml "'${XML_NOTICES}'"
|
|
PARAMS.notices+= --param type "'notice'"
|
|
NO_DATA.notices= yes
|
|
NO_TIDY.notices= yes
|
|
|
|
#XMLDOCS+= advisories-rdf:security-rdf.xsl::advisories.rdf
|
|
#XMLDOCS+= advisories-rss:security-rss.xsl::rss.xml
|
|
#XMLDOCS+= errata-rss:errata-rss.xsl::errata.xml
|
|
|
|
### Revision checking
|
|
REVCHECK= YES
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|