details: https://github.com/nginx/nginx/commit/04914cfbcbab347e13927b5da4b87e3846038563 branches: master commit: 04914cfbcbab347e13927b5da4b87e3846038563 user: Sergey Kandaurov <pluk...@nginx.com> date: Mon, 9 Dec 2024 13:21:03 +0400 description: Misc: moved documentation in generated ZIP archive.
The recently added GitHub files now reside in the docs directory. --- misc/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index e18a86a63..b7e76b942 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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 _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel