# HG changeset patch # User Ruslan Ermilov # Date 1366895389 -14400 # Node ID 1c43b065588b02fb6cd9aa48e04bec3f2e806c41 # Parent fdbf82abf20b39168ab364761c27ecf3437bbcf6 Removed "tarball" target. diff --git a/GNUmakefile b/GNUmakefile --- a/GNUmakefile +++ b/GNUmakefile @@ -262,22 +262,6 @@ sign: gpg -sab binary/download/nginx-$(NGINX).zip -TEMP = temp -SITE = nginx.org - -tarball: - rm -rf $(TEMP) - mkdir -p $(TEMP)/$(SITE) - cp -Rp BSDmakefile GNUmakefile umasked.sh \ - xml xsls xslt dtd binary sources text \ - $(TEMP)/$(SITE) - - rm -f $(SITE).tar.bz2 - tar -c -y -f $(SITE).tar.bz2 \ - --directory $(TEMP) \ - --exclude .svn \ - $(SITE) - dir.map: xslt/dirmap.xslt xml/en/docs/dirindex.xml @xsltproc -o - xslt/dirmap.xslt xml/en/docs/dirindex.xml | \ sort -u -k1,1 | sed 's/^include /\\&/' > $@