svn commit: r46904 - head/en_US.ISO8859-1/htdocs/security
Glen Barber
gjb at FreeBSD.org
Wed Jul 1 00:07:33 UTC 2015
Author: gjb
Date: Wed Jul 1 00:07:32 2015
New Revision: 46904
URL: https://svnweb.freebsd.org/changeset/doc/46904
Log:
Always build the advisories.xml and notices.xml targets.
This is a brute-force, sledgehammer fix for the errata and
advisories pages not always updated when an SA/EN is issued.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/security/Makefile
Modified: head/en_US.ISO8859-1/htdocs/security/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/Makefile Tue Jun 30 23:36:51 2015 (r46903)
+++ head/en_US.ISO8859-1/htdocs/security/Makefile Wed Jul 1 00:07:32 2015 (r46904)
@@ -18,8 +18,10 @@ DOCS+= notices.xml
DOCS+= reporting.xml
DOCS+= unsupported.xml
+.PHONY: advisories.xml
advisories.xml: advisories.html.inc
+.PHONY: notices.xml
notices.xml: notices.html.inc
INDEXLINK= security.html
More information about the svn-doc-head
mailing list