Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 12:47:24 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50897 - head/en_US.ISO8859-1/htdocs/security
Message-ID:  <201709211247.v8LClO1Z035214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Thu Sep 21 12:47:24 2017
New Revision: 50897
URL: https://svnweb.freebsd.org/changeset/doc/50897

Log:
  Fix dependencies for advisories.html and notices.html
  
  This reverts r46904
  
  PR: 222446

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	Thu Sep 21 10:08:01 2017	(r50896)
+++ head/en_US.ISO8859-1/htdocs/security/Makefile	Thu Sep 21 12:47:24 2017	(r50897)
@@ -18,11 +18,8 @@ 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
+advisories.html: advisories.html.inc
+notices.html: notices.html.inc
 
 INDEXLINK=	security.html
 



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