summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-12-12 11:00:17 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2011-12-12 11:00:17 +0000
commit242fafe114051eaab495b2c5601f6fa893749995 (patch)
treed6742f3d1ec59139e0398f67394334b788e9f065 /misc
parent614a7ef18d6c35a6fefd478dda7e24d5b4e679ea (diff)
downloadnginx-242fafe114051eaab495b2c5601f6fa893749995.tar.gz
Fixed RELEASE target to correctly call "release" one.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 31c73667d..72333f017 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -51,7 +51,7 @@ RELEASE:
svn up
- $(MAKE) release
+ $(MAKE) -f docs/GNUmakefile release
snapshot: