]> git.kaiwu.me - nginx.git/commitdiff
Misc: revised GitHub documentation in generated ZIP archive.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 15 Jan 2026 12:19:29 +0000 (16:19 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Mon, 26 Jan 2026 07:58:48 +0000 (11:58 +0400)
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.

misc/GNUmakefile

index e91e734b4be7f598ad8784f461760e66bc6092d8..197d67fb3bb5a86686605629121d2352273c7d30 100644 (file)
@@ -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