Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-12-12 16:39:19 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2011-12-12 16:39:19 +0400
commiteb757024e06c1361696a0a848a375f8a66458518 (patch)
treeaa1deb0d27aab4d93a943d97991eeff39cd49f8f
parent242fafe114051eaab495b2c5601f6fa893749995 (diff)
Fixed RELEASE target again.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 72333f017..9d81a0732 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -51,7 +51,7 @@ RELEASE:
svn up
- $(MAKE) -f docs/GNUmakefile release
+ $(MAKE) -f misc/GNUmakefile release
snapshot: