svn commit: r47527 - head/en_US.ISO8859-1/htdocs/releases/11.0R
Glen Barber
gjb at FreeBSD.org
Fri Oct 9 15:41:31 UTC 2015
Author: gjb
Date: Fri Oct 9 15:41:29 2015
New Revision: 47527
URL: https://svnweb.freebsd.org/changeset/doc/47527
Log:
Connect index.xml to the build.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile
Modified: head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile Fri Oct 9 15:41:08 2015 (r47526)
+++ head/en_US.ISO8859-1/htdocs/releases/11.0R/Makefile Fri Oct 9 15:41:29 2015 (r47527)
@@ -7,7 +7,8 @@
.include "../Makefile.inc"
.endif
-DOCS= schedule.xml \
+DOCS= index.xml \
+ schedule.xml \
todo.xml
DATA= docbook.css
More information about the svn-doc-head
mailing list