diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-12-09 13:21:03 +0400 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2025-01-30 18:21:43 +0400 |
commit | 04914cfbcbab347e13927b5da4b87e3846038563 (patch) | |
tree | f6bd1dae3a250f31113443ac3a89d022dde5a386 | |
parent | e715202220e2260a8ed125eacf5230d1c1eaeec8 (diff) | |
download | nginx-04914cfbcbab347e13927b5da4b87e3846038563.tar.gz nginx-04914cfbcbab347e13927b5da4b87e3846038563.zip |
Misc: moved documentation in generated ZIP archive.
The recently added GitHub files now reside in the docs directory.
-rw-r--r-- | misc/GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |