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

Glen Barber gjb at FreeBSD.org
Thu Nov 1 17:05:35 UTC 2018


Author: gjb
Date: Thu Nov  1 17:05:34 2018
New Revision: 52446
URL: https://svnweb.freebsd.org/changeset/doc/52446

Log:
  Temporarily turn off evaluating BUILD_RELNOTES while debugging
  something.
  
  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	Thu Nov  1 16:52:13 2018	(r52445)
+++ head/en_US.ISO8859-1/htdocs/Makefile	Thu Nov  1 17:05:34 2018	(r52446)
@@ -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