From 7cf51871effe59b29f8903c423d567a3c24c7911 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 7 Nov 2013 23:23:41 +0000 Subject: [PATCH] Enable release notes build for stable/10. Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/relnotes/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/en_US.ISO8859-1/htdocs/relnotes/Makefile b/en_US.ISO8859-1/htdocs/relnotes/Makefile index 8319552f63..b4268df618 100644 --- a/en_US.ISO8859-1/htdocs/relnotes/Makefile +++ b/en_US.ISO8859-1/htdocs/relnotes/Makefile @@ -14,6 +14,7 @@ .endif RELNOTES?= CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \ + 10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE} \ 9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE} .include "Makefile.inc"