changeset 704:58bd27d72519

fix bug introduced with snapshot support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 12:42:53 +0000
parents 694d285ec752
children 5bb10018ae14
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)