diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2024-08-29 16:24:03 +0400 |
|---|---|---|
| committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2024-08-30 18:06:39 +0400 |
| commit | 863ab647cd659d6b326c61a1f1227629978ce132 (patch) | |
| tree | 8a8c6dd00946a9cc4bccaab59db2b507ccb5c4e2 /misc/GNUmakefile | |
| parent | 81a933e1f6fa26012d6736006456171e1f1b8977 (diff) | |
| download | nginx-863ab647cd659d6b326c61a1f1227629978ce132.tar.gz nginx-863ab647cd659d6b326c61a1f1227629978ce132.tar.bz2 | |
Moved LICENSE and README to root.
Diffstat (limited to '')
| -rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 7d4b657de..4b6a12759 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -15,8 +15,6 @@ release: export mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX) - mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) - mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX) |
