From: Sergey Kandaurov Date: Mon, 9 Dec 2024 09:21:03 +0000 (+0400) Subject: Misc: moved documentation in generated ZIP archive. X-Git-Tag: release-1.27.4~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=04914cfbcbab347e13927b5da4b87e3846038563;p=nginx.git Misc: moved documentation in generated ZIP archive. The recently added GitHub files now reside in the docs directory. --- 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