changeset 4341:05d6d889e596

Fixed RELEASE target to correctly call "release" one.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Dec 2011 11:00:17 +0000
parents 4533d7684e14
children 064fec4b5989
files misc/GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -51,7 +51,7 @@ RELEASE:
 
 	svn up
 
-	$(MAKE) release
+	$(MAKE) -f docs/GNUmakefile release
 
 
 snapshot: