svn commit: r45983 - head/en_US.ISO8859-1/htdocs/releases/10.1R

Glen Barber gjb at FreeBSD.org
Fri Nov 14 19:14:47 UTC 2014


Author: gjb
Date: Fri Nov 14 19:14:46 2014
New Revision: 45983
URL: https://svnweb.freebsd.org/changeset/doc/45983

Log:
  Connect announce.xml and announce.asc to the build.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile	Fri Nov 14 19:14:12 2014	(r45982)
+++ head/en_US.ISO8859-1/htdocs/releases/10.1R/Makefile	Fri Nov 14 19:14:46 2014	(r45983)
@@ -7,10 +7,12 @@
 .include "../Makefile.inc"
 .endif
 
-DOCS=	schedule.xml \
+DOCS=	announce.xml \
+	schedule.xml \
 	todo.xml
 
-DATA=	installation.html \
+DATA=	announce.asc \
+	installation.html \
 	docbook.css \
 	errata.html \
 	hardware.html \


More information about the svn-doc-head mailing list