diff GNUmakefile @ 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 7e464158471f
children c0fef00f71fb
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -109,7 +109,7 @@ LANGS =		en ja he ru tr
 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 @@ include 	$(foreach lang, $(LANGS), xml/$
 	$(call XSLT, xslt/rss.xslt, $<, $@)
 
 
+$(OUT)/2011.html							\
 $(OUT)/2010.html							\
 $(OUT)/2009.html:							\
 		xml/index.xml						\