svn commit: r50897 - head/en_US.ISO8859-1/htdocs/security
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"