]> git.kaiwu.me - nginx.git/commitdiff
Removing incomplete draft documentation from release tarball and zip.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 13:35:02 +0000 (13:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 13:35:02 +0000 (13:35 +0000)
misc/GNUmakefile

index b103c282d1e36b43600682e11468811d26f27b3a..9faf6bbc4de4e49e594921519323237ee79bd42c 100644 (file)
@@ -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)