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

Glen Barber gjb at FreeBSD.org
Tue Aug 18 21:10:48 UTC 2015


Author: gjb
Date: Tue Aug 18 21:10:47 2015
New Revision: 47268
URL: https://svnweb.freebsd.org/changeset/doc/47268

Log:
  Remove a vestigial 8-STABLE relnotes reference.
  
  Approved by:	doceng (implicit)
  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	Tue Aug 18 21:07:39 2015	(r47267)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile	Tue Aug 18 21:10:47 2015	(r47268)
@@ -15,7 +15,6 @@
 
 RELNOTES?=	CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \
 		10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE} \
-		9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE} \
-		8-STABLE ${DOC_PREFIX}/../relnotes8/doc/${LANGCODE}
+		9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE}
 
 .include "Makefile.inc"


More information about the svn-doc-all mailing list