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

Glen Barber gjb at FreeBSD.org
Tue Dec 4 21:11:53 UTC 2018


Author: gjb
Date: Tue Dec  4 21:11:52 2018
New Revision: 52577
URL: https://svnweb.freebsd.org/changeset/doc/52577

Log:
  Add another .PHONY target for ${DOC}.parsed.xml to fix rebuilding
  the relnotes.html page.
  
  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 21:06:34 2018	(r52576)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile	Tue Dec  4 21:11:52 2018	(r52577)
@@ -9,6 +9,7 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
+.PHONY:			${DOC}.parsed.xml
 .PHONY:			${DOC}.html
 
 .include "${DOC_PREFIX}/share/mk/doc.project.mk"


More information about the svn-doc-head mailing list