svn commit: r45087 - head/en_US.ISO8859-1/htdocs/releases/9.3R

Glen Barber gjb at FreeBSD.org
Fri Jun 20 21:57:53 UTC 2014


Author: gjb
Date: Fri Jun 20 21:57:53 2014
New Revision: 45087
URL: http://svnweb.freebsd.org/changeset/doc/45087

Log:
  Connect the installation and relnotes pages to the 9.3R
  build.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/9.3R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/9.3R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.3R/Makefile	Fri Jun 20 21:41:22 2014	(r45086)
+++ head/en_US.ISO8859-1/htdocs/releases/9.3R/Makefile	Fri Jun 20 21:57:53 2014	(r45087)
@@ -10,6 +10,8 @@
 DOCS=	schedule.xml \
 	todo.xml
 
-DATA=	docbook.css
+DATA=	docbook.css \
+	installation.html \
+	relnotes.html
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-head mailing list