svn commit: r45129 - head/en_US.ISO8859-1/htdocs/news/2009

Gavin Atkinson gavin at FreeBSD.org
Thu Jun 26 10:47:14 UTC 2014


Author: gavin
Date: Thu Jun 26 10:47:13 2014
New Revision: 45129
URL: http://svnweb.freebsd.org/changeset/doc/45129

Log:
  Start building the 2009 press release page.  This was previously missing,
  leading to a broken link at the bottom of
  http://www.freebsd.org/news/press.html

Modified:
  head/en_US.ISO8859-1/htdocs/news/2009/Makefile

Modified: head/en_US.ISO8859-1/htdocs/news/2009/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/2009/Makefile	Wed Jun 25 21:23:32 2014	(r45128)
+++ head/en_US.ISO8859-1/htdocs/news/2009/Makefile	Thu Jun 26 10:47:13 2014	(r45129)
@@ -10,4 +10,7 @@
 XMLDOCS+=	index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
 DEPENDSET.index=transtable news
 
+XMLDOCS+=	press:${XSL_NEWS_PRESS_OLD}::
+DEPENDSET.press=transtable press
+
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-head mailing list