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

Glen Barber gjb at FreeBSD.org
Sun Jun 23 17:56:15 UTC 2013


Author: gjb
Date: Sun Jun 23 17:56:14 2013
New Revision: 42002
URL: http://svnweb.freebsd.org/changeset/doc/42002

Log:
  Add 9-STABLE and 8-STABLE to relnotes build.
  
  Help from:	hrs

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	Sun Jun 23 10:14:48 2013	(r42001)
+++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile	Sun Jun 23 17:56:14 2013	(r42002)
@@ -13,6 +13,8 @@
 .include "../Makefile.inc"
 .endif
 
-RELNOTES?=	CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE}
+RELNOTES?=	CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \
+		9-STABLE ${DOC_PREFIX}/../relnotes9/doc/${LANGCODE} \
+		8-STABLE ${DOC_PREFIX}/../relnotes8/doc/${LANGCODE}
 
 .include "Makefile.inc"


More information about the svn-doc-all mailing list