# 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 --git a/GNUmakefile b/GNUmakefile --- 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 \