changeset 4030:5c3633105878

Removing incomplete draft documentation from release tarball and zip.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2011 13:35:02 +0000
parents 181ad4460b05
children 3a18a14ecb48
files misc/GNUmakefile
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)