mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 19:42:39 +08:00
Removal of incomplete draft documentation processing.
This commit is contained in:
parent
6242f77617
commit
249d72b7fb
@ -35,9 +35,6 @@ release:
|
|||||||
|
|
||||||
$(MAKE) -f docs/GNUmakefile changes
|
$(MAKE) -f docs/GNUmakefile changes
|
||||||
|
|
||||||
# delete incomplete draft documentation
|
|
||||||
rm -r $(TEMP)/$(NGINX)/html/http
|
|
||||||
|
|
||||||
rm -r $(TEMP)/$(NGINX)/docs
|
rm -r $(TEMP)/$(NGINX)/docs
|
||||||
rm -r $(TEMP)/$(NGINX)/misc
|
rm -r $(TEMP)/$(NGINX)/misc
|
||||||
|
|
||||||
@ -104,9 +101,6 @@ zip:
|
|||||||
svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/
|
svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/
|
||||||
svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/
|
svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/
|
||||||
|
|
||||||
# delete incomplete draft documentation
|
|
||||||
rm -r $(TEMP)/$(NGINX)/html/http
|
|
||||||
|
|
||||||
$(MAKE) -f docs/GNUmakefile changes
|
$(MAKE) -f docs/GNUmakefile changes
|
||||||
|
|
||||||
cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)
|
cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)
|
||||||
|
Loading…
Reference in New Issue
Block a user