changeset 4342:064fec4b5989

Fixed RELEASE target again.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Dec 2011 12:39:19 +0000
parents 05d6d889e596
children 9590f0cf5aab
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) -f docs/GNUmakefile release
+	$(MAKE) -f misc/GNUmakefile release
 
 
 snapshot: