summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2026-01-15 16:19:29 +0400
committerSergey Kandaurov <s.kandaurov@f5.com>2026-01-26 11:58:48 +0400
commit926c800a7a5ac7dfc9dd1d8a98ebf5833fe3b672 (patch)
treed34dc525bbf41f614dd7d11a5b19352d62fe9b77
parentcb9252ae6537d8c24addcf0822267804fc73db43 (diff)
downloadnginx-926c800a7a5ac7dfc9dd1d8a98ebf5833fe3b672.tar.gz
nginx-926c800a7a5ac7dfc9dd1d8a98ebf5833fe3b672.tar.bz2
Misc: revised GitHub documentation in generated ZIP archive.
Now all GitHub .md files will reside in the docs directory. While expicitly listing all files might be better for clarity, this eliminates the need to touch "zip" target every such time. This includes a recently added SUPPORT.md in 367113670.
-rw-r--r--misc/GNUmakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index e91e734b4..197d67fb3 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -93,10 +93,7 @@ zip: export
sed -i '' -e "s/$$/`printf '\r'`/" $(TEMP)/$(NGINX)/conf/*
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)/*.md $(TEMP)/$(NGINX)/docs.new
mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
rm -r $(TEMP)/$(NGINX)/docs