mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 00:42:38 -04:00
Removing incomplete draft documentation from release tarball and zip.
This commit is contained in:
parent
6b77c085be
commit
4ef830d7b8
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue