doc/en_US.ISO8859-1/htdocs/security/Makefile
Isabell Long b80a267da7 Start reorganising the security website pages:
- State the easiest way for concerned users to update their system on the
    main page.
  - Move information about reporting vulnerabilities to a separate page as
    end users who just want to know how to patch their systems will not want
    to be bombarded with technical stuff about reporting and privacy.
  - The list of unsupported FreeBSD releases was too long to be on the main
    page, so move it out onto its own page.
  - Move some of the table of contents items non-essential to end users into
    the side navigation menu.

(Further changes will be incremental.)

Approved by:	so (des)
2013-04-18 13:58:37 +00:00

45 lines
1 KiB
Makefile

# $FreeBSD$
.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"