Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-18 16:42:53 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-09-18 16:42:53 +0400
commit648cb68d30d32300f3fd0f89b28ae686ee823c76 (patch)
tree856e3714b3a8f5cf3538182d023ae0e6a6bf5c14 /misc/GNUmakefile
parent14fcd477a1ba560b67c45b68012216d8a575888a (diff)
fix bug introduced with snapshot support
Diffstat (limited to 'misc/GNUmakefile')
-rw-r--r--misc/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 6610712bb..f911c8308 100644
--- 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)