comparison GNUmakefile @ 1159:166fd33afad1

Extended dir.map with links to variables.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Apr 2014 07:54:55 +0400
parents 8e8a6a7cff2b
children 4851afb8922f
comparison
equal deleted inserted replaced
1158:48f411449e2b 1159:166fd33afad1
283 283
284 gpg -sab binary/download/nginx-$(NGINX).tar.gz 284 gpg -sab binary/download/nginx-$(NGINX).tar.gz
285 gpg -sab binary/download/nginx-$(NGINX).zip 285 gpg -sab binary/download/nginx-$(NGINX).zip
286 286
287 287
288 dir.map: xslt/dirmap.xslt xml/en/docs/dirindex.xml 288 dir.map: xslt/dirmap.xslt xml/en/docs/dirindex.xml \
289 @xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml | \ 289 xml/en/docs/varindex.xml
290 @xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml \
291 xml/en/docs/varindex.xml | \
292 sed 's/^var_/$$/' | \
290 sort -u -k1,1 | sed 's/^include /\\&/' > $@ 293 sort -u -k1,1 | sed 's/^include /\\&/' > $@
291 294
292 ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES) 295 ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES)
293 all: dir.map 296 all: dir.map
294 copy: copy_dirmap 297 copy: copy_dirmap