comparison GNUmakefile @ 3048:1bb11d9ca0ba

Free nginx: removed njs which is maintained separately.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:06:00 +0300
parents 185dd0a00e10
children
comparison
equal deleted inserted replaced
3047:185dd0a00e10 3048:1bb11d9ca0ba
269 $(RSYNC) --delete --exclude='*.gz' $(OUT)/ $(TEXT)/ $(ZIP)/ 269 $(RSYNC) --delete --exclude='*.gz' $(OUT)/ $(TEXT)/ $(ZIP)/
270 270
271 do_gzip: $(addsuffix .gz, $(wildcard $(ZIP)/*.html)) \ 271 do_gzip: $(addsuffix .gz, $(wildcard $(ZIP)/*.html)) \
272 $(addsuffix .gz, \ 272 $(addsuffix .gz, \
273 $(foreach lang, $(LANGS), \ 273 $(foreach lang, $(LANGS), \
274 $(foreach dir, . docs docs/dev docs/faq docs/http docs/mail docs/njs docs/stream, \ 274 $(foreach dir, . docs docs/dev docs/faq docs/http docs/mail docs/stream, \
275 $(wildcard $(ZIP)/$(lang)/$(dir)/*.html)))) \ 275 $(wildcard $(ZIP)/$(lang)/$(dir)/*.html)))) \
276 $(ZIP)/index.rss.gz \ 276 $(ZIP)/index.rss.gz \
277 $(ZIP)/LICENSE.gz \ 277 $(ZIP)/LICENSE.gz \
278 $(ZIP)/en/CHANGES.gz \ 278 $(ZIP)/en/CHANGES.gz \
279 $(addsuffix .gz, $(wildcard $(ZIP)/en/CHANGES-?.?)) \ 279 $(addsuffix .gz, $(wildcard $(ZIP)/en/CHANGES-?.?)) \