Fixed RELEASE target to correctly call "release" one.
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 31c7366..72333f0 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -51,7 +51,7 @@
 
 	svn up
 
-	$(MAKE) release
+	$(MAKE) -f docs/GNUmakefile release
 
 
 snapshot: