diff options
author | Michael Vernik <m.vernik@f5.com> | 2024-08-31 22:42:09 -0700 |
---|---|---|
committer | Nina Forsyth <n.forsyth@f5.com> | 2024-09-20 09:57:11 -0700 |
commit | b1e07409b1071564e8dd8c70436cba5da19a1575 (patch) | |
tree | 17f1807aaa6e598838c90affbabcbaded4f778eb /misc | |
parent | 18afcda938cd2d4712d0d083b57161290a5a2d34 (diff) | |
download | nginx-b1e07409b1071564e8dd8c70436cba5da19a1575.tar.gz nginx-b1e07409b1071564e8dd8c70436cba5da19a1575.zip |
Added new primary README.md file.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 4b6a12759..fcf34ec34 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -92,7 +92,7 @@ zip: export sed -i '' -e "s/$$/`printf '\r'`/" $(TEMP)/$(NGINX)/conf/* mv $(TEMP)/$(NGINX)/LICENSE $(TEMP)/$(NGINX)/docs.new - mv $(TEMP)/$(NGINX)/README $(TEMP)/$(NGINX)/docs.new + mv $(TEMP)/$(NGINX)/README.md $(TEMP)/$(NGINX)/docs.new mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) rm -r $(TEMP)/$(NGINX)/docs |