# HG changeset patch # User Igor Sysoev # Date 1158583373 0 # Node ID 58bd27d7251983aaffe14899e2f20faca7846a03 # Parent 694d285ec75218e019d955dd993967c5e78b6120 fix bug introduced with snapshot support diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -34,6 +34,8 @@ release: rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc + tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) + snapshot: rm -rf $(TEMP)