svn commit: r52574 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 20:09:00 UTC 2018


Author: gjb
Date: Tue Dec  4 20:08:59 2018
New Revision: 52574
URL: https://svnweb.freebsd.org/changeset/doc/52574

Log:
  Ensure relnotes.html is forcibly updated so the latest changes
  are visible within a resonable amount of time.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile	Tue Dec  4 19:56:45 2018	(r52573)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile	Tue Dec  4 20:08:59 2018	(r52574)
@@ -9,4 +9,6 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
+.PHONY:			${DOC}.html
+
 .include "${DOC_PREFIX}/share/mk/doc.project.mk"


More information about the svn-doc-all mailing list