svn commit: r334796 - in releng/11.2/release/doc/en_US.ISO8859-1: . installation
Glen Barber
gjb at FreeBSD.org
Thu Jun 7 16:26:29 UTC 2018
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"
More information about the svn-src-releng
mailing list