svn commit: r42764 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Glen Barber
gjb at FreeBSD.org
Mon Sep 30 18:10:20 UTC 2013
Author: gjb
Date: Mon Sep 30 18:10:19 2013
New Revision: 42764
URL: http://svnweb.freebsd.org/changeset/doc/42764
Log:
Hook the 9.2-RELEASE announce.xml 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 18:05:14 2013 (r42763)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/Makefile Mon Sep 30 18:10:19 2013 (r42764)
@@ -7,7 +7,8 @@
.include "../Makefile.inc"
.endif
-DOCS= relnotes.xml \
+DOCS= announce.xml \
+ relnotes.xml \
schedule.xml
DATA= docbook.css \
More information about the svn-doc-all
mailing list