changeset 4215:c80916f29756

Removal of incomplete draft documentation processing.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 17 Oct 2011 15:42:12 +0000
parents acc0feb93d15
children ecf4608c2783
files misc/GNUmakefile
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile	Mon Oct 17 15:39:59 2011 +0000
+++ b/misc/GNUmakefile	Mon Oct 17 15:42:12 2011 +0000
@@ -35,9 +35,6 @@
 
 	$(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 @@
 	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)