From owner-svn-doc-all@freebsd.org Wed Jul 1 00:07:33 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B4CB99139A; Wed, 1 Jul 2015 00:07:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB221621; Wed, 1 Jul 2015 00:07:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t6107XSa020987; Wed, 1 Jul 2015 00:07:33 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t6107XqP020986; Wed, 1 Jul 2015 00:07:33 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507010007.t6107XqP020986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 1 Jul 2015 00:07:33 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 00:07:33 -0000 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