# HG changeset patch # User Ruslan Ermilov # Date 1325629901 0 # Node ID dff45e92da4b0d22da345f9f43313defe589d8a6 # Parent 7696139f19e8e3d3d27aedb6d4dbb8e84774007d Generate 2011.html but don't link it to the menu yet. diff -r 7696139f19e8 -r dff45e92da4b GNUmakefile --- 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 \