comparison GNUmakefile @ 3047:185dd0a00e10

Free nginx: cleaned up news.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:57 +0300
parents 9eadb98ec770
children 1bb11d9ca0ba
comparison
equal deleted inserted replaced
3046:2be49a02a2e3 3047:185dd0a00e10
66 xslt/news.xslt \ 66 xslt/news.xslt \
67 67
68 LANGS = en ru 68 LANGS = en ru
69 69
70 YEARS = \ 70 YEARS = \
71 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 \ 71 2024
72 2020 2021 2022 2023
73 72
74 all: news arx 404 $(LANGS) 73 all: news arx 404 $(LANGS)
75 74
76 news: $(OUT)/index.html $(OUT)/index.rss 75 news: $(OUT)/index.html $(OUT)/index.rss
77 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html) 76 arx: $(foreach year,$(YEARS),$(OUT)/$(year).html)