From 648cb68d30d32300f3fd0f89b28ae686ee823c76 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 18 Sep 2006 12:42:53 +0000 Subject: [PATCH] fix bug introduced with snapshot support --- misc/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) 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)