aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-11-07 19:52:25 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-11-07 19:52:25 +0000
commit77055f06367915eb678e1314a14ccf960853ff43 (patch)
tree52ad3aa1958738eef24bd1d7a6e511d33889852c
parente0e8c20bda74e98bcd1ec802f683e50d3eb6f0b9 (diff)
downloaddoc-77055f06367915eb678e1314a14ccf960853ff43.tar.gz
doc-77055f06367915eb678e1314a14ccf960853ff43.zip
- Re-enable 9.X relnotes
- Leave 8.X relnotes disabled since there will be no more releases
Notes
Notes: svn path=/head/; revision=43132
-rw-r--r--en_US.ISO8859-1/htdocs/relnotes/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/htdocs/relnotes/Makefile b/en_US.ISO8859-1/htdocs/relnotes/Makefile
index b4f3dacbc9..8319552f63 100644
--- a/en_US.ISO8859-1/htdocs/relnotes/Makefile
+++ b/en_US.ISO8859-1/htdocs/relnotes/Makefile
@@ -13,9 +13,7 @@
.include "../Makefile.inc"
.endif
-RELNOTES?= CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE}
-# XXX
-# 9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE} \
-# 8-STABLE ${DOC_PREFIX}/../relnotes8/doc/${LANGCODE}
+RELNOTES?= CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \
+ 9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE}
.include "Makefile.inc"