Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2018 16:26:28 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r334796 - in releng/11.2/release/doc/en_US.ISO8859-1: . installation
Message-ID:  <201806071626.w57GQScC023208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Jun  7 16:26:28 2018
New Revision: 334796
URL: https://svnweb.freebsd.org/changeset/base/334796

Log:
  Connect the installation page to the build.
  Update the release version in installation/article.xml.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/11.2/release/doc/en_US.ISO8859-1/Makefile
  releng/11.2/release/doc/en_US.ISO8859-1/installation/article.xml

Modified: releng/11.2/release/doc/en_US.ISO8859-1/Makefile
==============================================================================
--- releng/11.2/release/doc/en_US.ISO8859-1/Makefile	Thu Jun  7 16:21:16 2018	(r334795)
+++ releng/11.2/release/doc/en_US.ISO8859-1/Makefile	Thu Jun  7 16:26:28 2018	(r334796)
@@ -3,6 +3,7 @@
 RELN_ROOT?= ${.CURDIR}/..
 
 SUBDIR = relnotes
+SUBDIR+= installation
 SUBDIR+= hardware
 SUBDIR+= readme
 SUBDIR+= errata

Modified: releng/11.2/release/doc/en_US.ISO8859-1/installation/article.xml
==============================================================================
--- releng/11.2/release/doc/en_US.ISO8859-1/installation/article.xml	Thu Jun  7 16:21:16 2018	(r334795)
+++ releng/11.2/release/doc/en_US.ISO8859-1/installation/article.xml	Thu Jun  7 16:26:28 2018	(r334796)
@@ -4,7 +4,7 @@
 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
 	"http://www.FreeBSD.org/release/XML/share/xml/release.ent">;
 %release;
-<!ENTITY local.rel "11.1">
+<!ENTITY local.rel "11.2">
 ]>
 
 <article xmlns="http://docbook.org/ns/docbook"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806071626.w57GQScC023208>