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 | |
| parent | 81a933e1f6fa26012d6736006456171e1f1b8977 (diff) | |
| download | nginx-863ab647cd659d6b326c61a1f1227629978ce132.tar.gz nginx-863ab647cd659d6b326c61a1f1227629978ce132.tar.bz2 | |
Moved LICENSE and README to root.
| -rw-r--r-- | LICENSE (renamed from docs/text/LICENSE) | 0 | ||||
| -rw-r--r-- | README (renamed from docs/text/README) | 0 | ||||
| -rw-r--r-- | misc/GNUmakefile | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/text/LICENSE b/LICENSE index 985470ef9..985470ef9 100644 --- a/docs/text/LICENSE +++ b/LICENSE diff --git a/docs/text/README b/README index 2f68e14e0..2f68e14e0 100644 --- a/docs/text/README +++ b/README 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) |
