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

Glen Barber gjb at FreeBSD.org
Thu Nov 1 18:50:48 UTC 2018


Author: gjb
Date: Thu Nov  1 18:50:47 2018
New Revision: 52449
URL: https://svnweb.freebsd.org/changeset/doc/52449

Log:
  Revert r52446, which was committed for debugging.
  
  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 18:48:46 2018	(r52448)
+++ head/en_US.ISO8859-1/htdocs/Makefile	Thu Nov  1 18:50:47 2018	(r52449)
@@ -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-all mailing list