Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 15:25:31 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53916 - head/en_US.ISO8859-1/htdocs/relnotes
Message-ID:  <202002191525.01JFPVvC022325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Feb 19 15:25:31 2020
New Revision: 53916
URL: https://svnweb.freebsd.org/changeset/doc/53916

Log:
  Fix build after r53915
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

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	Wed Feb 19 15:23:14 2020	(r53915)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile	Wed Feb 19 15:25:31 2020	(r53916)
@@ -13,7 +13,6 @@
 .include "../Makefile.inc"
 .endif
 
-RELNOTES?=	11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \
-		10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE}
+RELNOTES?=	11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE}
 
 .include "Makefile.inc"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002191525.01JFPVvC022325>