comparison GNUmakefile @ 283:eaaf65085bda

Gzip <lang>/docs/faq/*.html.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 12:58:44 +0000
parents c52987a234e2
children 7e464158471f
comparison
equal deleted inserted replaced
282:64107bc400c4 283:eaaf65085bda
187 $(RSYNC) --delete --exclude='*.gz' $(OUT)/ $(TEXT)/ $(ZIP)/ 187 $(RSYNC) --delete --exclude='*.gz' $(OUT)/ $(TEXT)/ $(ZIP)/
188 188
189 do_gzip: $(addsuffix .gz, $(wildcard $(ZIP)/*.html)) \ 189 do_gzip: $(addsuffix .gz, $(wildcard $(ZIP)/*.html)) \
190 $(addsuffix .gz, \ 190 $(addsuffix .gz, \
191 $(foreach lang, $(LANGS), \ 191 $(foreach lang, $(LANGS), \
192 $(foreach dir, . docs docs/http, \ 192 $(foreach dir, . docs docs/faq docs/http, \
193 $(wildcard $(ZIP)/$(lang)/$(dir)/*.html)))) \ 193 $(wildcard $(ZIP)/$(lang)/$(dir)/*.html)))) \
194 $(ZIP)/index.rss.gz \ 194 $(ZIP)/index.rss.gz \
195 $(ZIP)/LICENSE.gz \ 195 $(ZIP)/LICENSE.gz \
196 $(ZIP)/LICENSE.ru.gz \ 196 $(ZIP)/LICENSE.ru.gz \
197 $(ZIP)/en/CHANGES.gz \ 197 $(ZIP)/en/CHANGES.gz \