Always rebuild the freebsd-releng article when 'make all' is invoked.
This fixes an issue where an update to one of the releng-*.xml files is not reflected on the Project website until after a full, clean rebuild is done (currently every 7 days). Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5fe86bf63c
commit
803984613f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50867
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ CSS_SHEET_ADDITIONS=extra.css
|
|||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
all: .PHONY clean
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue