svn commit: r48409 - head/en_US.ISO8859-1/htdocs/releases/10.3R

Glen Barber gjb at FreeBSD.org
Mon Mar 14 13:48:50 UTC 2016


Author: gjb
Date: Mon Mar 14 13:48:48 2016
New Revision: 48409
URL: https://svnweb.freebsd.org/changeset/doc/48409

Log:
  Connect installation.html to the build, and add to the index page.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/10.3R/Makefile
  head/en_US.ISO8859-1/htdocs/releases/10.3R/index.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/10.3R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.3R/Makefile	Mon Mar 14 13:47:28 2016	(r48408)
+++ head/en_US.ISO8859-1/htdocs/releases/10.3R/Makefile	Mon Mar 14 13:48:48 2016	(r48409)
@@ -19,6 +19,7 @@ DOCS=	index.xml \
 
 DATA=	docbook.css \
 	hardware.html \
+	installation.html \
 	readme.html \
 	relnotes.html
 

Modified: head/en_US.ISO8859-1/htdocs/releases/10.3R/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.3R/index.xml	Mon Mar 14 13:47:28 2016	(r48408)
+++ head/en_US.ISO8859-1/htdocs/releases/10.3R/index.xml	Mon Mar 14 13:48:48 2016	(r48409)
@@ -33,6 +33,10 @@
     >&os; &local.rel;-RELEASE signed checksum files</a><br/>
 
   <a
+    href="&base;/releases/&local.rel;R/installation.html"
+    >&os; &local.rel;-RELEASE installation information</a><br/>
+
+  <a
     href="&base;/releases/&local.rel;R/hardware.html"
     >&os; &local.rel;-RELEASE hardware information</a><br/>
 


More information about the svn-doc-all mailing list