comparison GNUmakefile @ 894:1c43b065588b

Removed "tarball" target.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 25 Apr 2013 17:09:49 +0400
parents f20ac1953eb0
children ac89a15d13b4
comparison
equal deleted inserted replaced
893:fdbf82abf20b 894:1c43b065588b
260 260
261 gpg -sab binary/download/nginx-$(NGINX).tar.gz 261 gpg -sab binary/download/nginx-$(NGINX).tar.gz
262 gpg -sab binary/download/nginx-$(NGINX).zip 262 gpg -sab binary/download/nginx-$(NGINX).zip
263 263
264 264
265 TEMP = temp
266 SITE = nginx.org
267
268 tarball:
269 rm -rf $(TEMP)
270 mkdir -p $(TEMP)/$(SITE)
271 cp -Rp BSDmakefile GNUmakefile umasked.sh \
272 xml xsls xslt dtd binary sources text \
273 $(TEMP)/$(SITE)
274
275 rm -f $(SITE).tar.bz2
276 tar -c -y -f $(SITE).tar.bz2 \
277 --directory $(TEMP) \
278 --exclude .svn \
279 $(SITE)
280
281 dir.map: xslt/dirmap.xslt xml/en/docs/dirindex.xml 265 dir.map: xslt/dirmap.xslt xml/en/docs/dirindex.xml
282 @xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml | \ 266 @xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml | \
283 sort -u -k1,1 | sed 's/^include /\\&/' > $@ 267 sort -u -k1,1 | sed 's/^include /\\&/' > $@
284 268
285 ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES) 269 ifeq ($(patsubst %.nginx.org,YES,$(shell hostname)), YES)