Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 00:07:33 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46904 - head/en_US.ISO8859-1/htdocs/security
Message-ID:  <201507010007.t6107XqP020986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507010007.t6107XqP020986>