svn commit: r51045 - head/en_US.ISO8859-1/htdocs/relnotes

Glen Barber gjb at FreeBSD.org
Thu Oct 5 18:31:23 UTC 2017


Author: gjb
Date: Thu Oct  5 18:31:21 2017
New Revision: 51045
URL: https://svnweb.freebsd.org/changeset/doc/51045

Log:
  Disconnect the 12-CURRENT relnotes page from the build in preparation
  of migrating head/release/doc/ to the documentation repository.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/relnotes/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/relnotes/Makefile	Thu Oct  5 12:11:32 2017	(r51044)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile	Thu Oct  5 18:31:21 2017	(r51045)
@@ -13,8 +13,7 @@
 .include "../Makefile.inc"
 .endif
 
-RELNOTES?=	CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \
-		11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \
+RELNOTES?=	11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \
 		10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE}
 
 .include "Makefile.inc"


More information about the svn-doc-all mailing list