aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)