svn commit: r50897 - head/en_US.ISO8859-1/htdocs/security

Wolfram Schneider wosch at FreeBSD.org
Thu Sep 21 12:47:26 UTC 2017


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
 


More information about the svn-doc-all mailing list