From: Igor Sysoev Date: Tue, 23 Aug 2011 13:35:02 +0000 (+0000) Subject: Removing incomplete draft documentation from release tarball and zip. X-Git-Tag: release-1.1.2~25 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=4ef830d7b8821dbfe4e97636f700c8c204f77178;p=nginx.git Removing incomplete draft documentation from release tarball and zip. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index b103c282d..9faf6bbc4 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -34,6 +34,9 @@ release: $(MAKE) -f docs/GNUmakefile changes + # delete incomplete draft documentation + rm -r $(TEMP)/$(NGINX)/html/http + rm -r $(TEMP)/$(NGINX)/docs rm -r $(TEMP)/$(NGINX)/misc @@ -85,6 +88,9 @@ zip: svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/ svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/ + # delete incomplete draft documentation + rm -r $(TEMP)/$(NGINX)/html/http + $(MAKE) -f docs/GNUmakefile changes cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)