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:
Glen Barber 2017-09-18 16:57:42 +00:00
parent 5fe86bf63c
commit 803984613f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50867

View file

@ -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"