head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2009.04.06.17.56.08;	author pgj;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Extend Hungarian main web page translation by the following items:
- Project news entries, from 2009 (HTML, RSS, RDF)
- Press releases, from 2008 (HTML, RSS)
- Events, from 2009 (HTML, RSS)
- Security advisories (HTML, RSS)
- Standardize translation of "More" on the front page
- Fix a link for the errata RSS Feed image

Obtained from:	The FreeBSD Hungarian Documentation Project
@
text
@#
# %SOURCE%	en/security/Makefile
# %SRCID%	1.17
#
# $FreeBSD$

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS =	security.sgml
DOCS+=	advisories.sgml

advisories.sgml: advisories.html.inc

INDEXLINK=	security.html

security.html: advisories.html.inc advisories.rdf

DEPENDSET.DEFAULT=	advisories
DEPENDSET.errata-rss=	notices
XML.DEFAULT=		${XML_ADVISORIES}

XMLDOCS=	advisories:mkindex.xsl::advisories.html.inc
NO_DATA.advisories=	yes
NO_TIDY.advisories=	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 "${WEB_PREFIX}/share/mk/web.site.mk"
@
