]> git.kaiwu.me - nginx.git/commitdiff
Removal of incomplete draft documentation processing.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 17 Oct 2011 15:42:12 +0000 (15:42 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 17 Oct 2011 15:42:12 +0000 (15:42 +0000)
misc/GNUmakefile

index 3281c9a68bc85160a35a5a67f0742771857ada41..47c2bd7440d632101b0aa11dab9f251c5430472f 100644 (file)
@@ -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)