comparison GNUmakefile @ 2711:aa837ec44acf

Year 2021.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 14 Apr 2021 14:52:48 +0300
parents b5138cd3321d
children 7fb8f484166d
comparison
equal deleted inserted replaced
2710:681b962baaaa 2711:aa837ec44acf
66 dtd/news.dtd \ 66 dtd/news.dtd \
67 xslt/news.xslt \ 67 xslt/news.xslt \
68 68
69 LANGS = en ru 69 LANGS = en ru
70 70
71 YEARS = 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 71 YEARS = \
72 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 \
73 2020
72 74
73 all: news arx 404 $(LANGS) 75 all: news arx 404 $(LANGS)
74 76
75 news: $(OUT)/index.html $(OUT)/index.rss 77 news: $(OUT)/index.html $(OUT)/index.rss
76 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html) 78 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html)