1
0
mirror of https://github.com/nginx/nginx.git synced 2025-04-18 09:44:04 +03:00

Misc: moved documentation in generated ZIP archive.

The recently added GitHub files now reside in the docs directory.
This commit is contained in:
Sergey Kandaurov 2024-12-09 13:21:03 +04:00 committed by pluknet
parent e715202220
commit 04914cfbcb

View File

@ -93,6 +93,9 @@ zip: export
mv $(TEMP)/$(NGINX)/LICENSE $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/README.md $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/CODE_OF_CONDUCT.md $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/CONTRIBUTING.md $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/SECURITY.md $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
rm -r $(TEMP)/$(NGINX)/docs