diff misc/GNUmakefile @ 4702:ad7b9c54301d stable-1.2

Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Jun 2012 15:41:17 +0000
parents 4a4516a725dc
children 488698c39bfa
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -46,7 +46,8 @@ RELEASE:
 	svn ci -F $(TEMP)/message
 
 	echo "release-$(VER) tag" > $(TEMP)/message
-	svn copy $(REPO)/trunk $(REPO)/tags/release-$(VER)		\
+	svn copy $(REPO)/branches/stable-1.2				\
+		$(REPO)/tags/release-$(VER)				\
 		-F $(TEMP)/message
 
 	svn up