changeset 307:dff45e92da4b

Generate 2011.html but don't link it to the menu yet.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Jan 2012 22:31:41 +0000
parents 7696139f19e8
children 5a339b7f63f9
files GNUmakefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Jan 03 21:56:31 2012 +0000
+++ b/GNUmakefile	Tue Jan 03 22:31:41 2012 +0000
@@ -109,7 +109,7 @@
 all:		news arx 404 $(LANGS)
 
 news:		$(OUT)/index.html $(OUT)/index.rss
-arx:		$(OUT)/2010.html $(OUT)/2009.html
+arx:		$(OUT)/2011.html $(OUT)/2010.html $(OUT)/2009.html
 404:		$(OUT)/404.html
 
 
@@ -128,6 +128,7 @@
 	$(call XSLT, xslt/rss.xslt, $<, $@)
 
 
+$(OUT)/2011.html							\
 $(OUT)/2010.html							\
 $(OUT)/2009.html:							\
 		xml/index.xml						\