diff misc/GNUmakefile @ 704:58bd27d72519

fix bug introduced with snapshot support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Sep 2006 12:42:53 +0000
parents b2c104777eeb
children a452a0e13539
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)