doc/ja_JP.eucJP/htdocs/security/Makefile
Ryusuke SUZUKI f89e20b448 - Merge the following from the English version:
r39569 -> r41455	head/ja_JP.eucJP/htdocs/security/Makefile
	r41397 -> r41455	head/ja_JP.eucJP/htdocs/security/security.xml
	(new)  -> r41455	head/ja_JP.eucJP/htdocs/security/reporting.xml
	(new)  -> r41455	head/ja_JP.eucJP/htdocs/security/unsupported.xml
	r41115 -> r41455	head/ja_JP.eucJP/share/xml/navibar.l10n.ent
2013-04-20 05:20:44 +00:00

47 lines
1.1 KiB
Makefile

# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: r41455
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
#+SUBDIR= advisories
#+SUBDIR+= patches
#DATA= so_public_key.asc
#DOCS= charter.xml
DOCS+= security.xml
#DOCS+= advisories.xml
#DOCS+= notices.xml
DOCS+= reporting.xml
DOCS+= unsupported.xml
#advisories.xml: advisories.html.inc
#notices.xml: 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
XMLDOCS+= notices:mkindex.xsl::notices.html.inc
PARAMS.notices= --param advisories.xml "'${XML_NOTICES}'"
PARAMS.notices+= --param type "'notice'"
NO_DATA.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
.include "${DOC_PREFIX}/share/mk/web.site.mk"