From: Igor Sysoev Date: Mon, 17 Oct 2011 15:42:12 +0000 (+0000) Subject: Removal of incomplete draft documentation processing. X-Git-Tag: release-1.1.7~22 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=249d72b7fb7c6a5ed39d8c023d46436708fd29b1;p=nginx.git Removal of incomplete draft documentation processing. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 3281c9a68..47c2bd744 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -35,9 +35,6 @@ 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 @@ -104,9 +101,6 @@ 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)