svn commit: r42758 - head/en_US.ISO8859-1/htdocs/releases/9.2R

Glen Barber gjb at FreeBSD.org
Mon Sep 30 07:55:26 UTC 2013


Author: gjb
Date: Mon Sep 30 07:55:25 2013
New Revision: 42758
URL: http://svnweb.freebsd.org/changeset/doc/42758

Log:
  Hook the 9.2-RELEASE relnotes.xml and installation.html to the
  build.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.2R/Makefile	Mon Sep 30 07:25:54 2013	(r42757)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/Makefile	Mon Sep 30 07:55:25 2013	(r42758)
@@ -7,8 +7,10 @@
 .include "../Makefile.inc"
 .endif
 
-DOCS=	schedule.xml
+DOCS=	relnotes.xml \
+	schedule.xml
 
-DATA=	docbook.css
+DATA=	docbook.css \
+	installation.html
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-all mailing list