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
This commit is contained in:
parent
e53a87ba89
commit
9e653e319e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46904
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue