svn commit: r52605 - head/en_US.ISO8859-1/htdocs

Glen Barber gjb at FreeBSD.org
Wed Dec 5 20:18:23 UTC 2018


Author: gjb
Date: Wed Dec  5 20:18:21 2018
New Revision: 52605
URL: https://svnweb.freebsd.org/changeset/doc/52605

Log:
  Uncomment the BUILD_RELNOTES evaluation now that the relnotes.html
  page updating has been fixed.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/Makefile

Modified: head/en_US.ISO8859-1/htdocs/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/Makefile	Wed Dec  5 20:18:20 2018	(r52604)
+++ head/en_US.ISO8859-1/htdocs/Makefile	Wed Dec  5 20:18:21 2018	(r52605)
@@ -75,9 +75,9 @@ SUBDIR+= support
 SUBDIR+= doc
 SUBDIR+= ports
 .endif
-#.if defined(BUILD_RELNOTES)
+.if defined(BUILD_RELNOTES)
 SUBDIR+= relnotes
-#.endif
+.endif
 
 # Non-XML
 SUBDIR+= cgi


More information about the svn-doc-head mailing list