Date: Thu, 5 Oct 2017 18:31:22 +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: r51045 - head/en_US.ISO8859-1/htdocs/relnotes Message-ID: <201710051831.v95IVM00097247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Oct 5 18:31:21 2017 New Revision: 51045 URL: https://svnweb.freebsd.org/changeset/doc/51045 Log: Disconnect the 12-CURRENT relnotes page from the build in preparation of migrating head/release/doc/ to the documentation repository. Sponsored by: The FreeBSD Foundation 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 Oct 5 12:11:32 2017 (r51044) +++ head/en_US.ISO8859-1/htdocs/relnotes/Makefile Thu Oct 5 18:31:21 2017 (r51045) @@ -13,8 +13,7 @@ .include "../Makefile.inc" .endif -RELNOTES?= CURRENT ${DOC_PREFIX}/../relnotes/doc/${LANGCODE} \ - 11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \ +RELNOTES?= 11-STABLE ${DOC_PREFIX}/../relnotes11/doc/${LANGCODE} \ 10-STABLE ${DOC_PREFIX}/../relnotes10/doc/${LANGCODE} .include "Makefile.inc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051831.v95IVM00097247>