mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Removal of incomplete draft documentation processing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user