comparison GNUmakefile @ 1078:271abf3db57b

Generate news for year 2013.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 25 Feb 2014 15:56:29 +0400
parents 19129672444e
children be1d72ba7e5f
comparison
equal deleted inserted replaced
1077:18f1bbdef01e 1078:271abf3db57b
74 dtd/news.dtd \ 74 dtd/news.dtd \
75 xslt/news.xslt \ 75 xslt/news.xslt \
76 76
77 LANGS = en ru cn he ja tr it 77 LANGS = en ru cn he ja tr it
78 78
79 YEARS = 2012 2011 2010 2009 79 YEARS = 2013 2012 2011 2010 2009
80 80
81 all: news arx 404 $(LANGS) 81 all: news arx 404 $(LANGS)
82 82
83 news: $(OUT)/index.html $(OUT)/index.rss 83 news: $(OUT)/index.html $(OUT)/index.rss
84 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html) 84 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html)