svn commit: r43132 - head/en_US.ISO8859-1/htdocs/relnotes
Gabor Kovesdan
gabor at FreeBSD.org
Thu Nov 7 19:52:25 UTC 2013
Author: gabor
Date: Thu Nov 7 19:52:25 2013
New Revision: 43132
URL: http://svnweb.freebsd.org/changeset/doc/43132
Log:
- Re-enable 9.X relnotes
- Leave 8.X relnotes disabled since there will be no more releases
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 Nov 7 18:35:51 2013 (r43131)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile Thu Nov 7 19:52:25 2013 (r43132)
@@ -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"
More information about the svn-doc-head
mailing list