Fixed misc/GNUmakefile to properly tag on stable-1.2 branch.

This commit is contained in:
Maxim Dounin 2012-06-25 15:41:17 +00:00
parent f01e1b9226
commit 36a18fdd06
1 changed files with 2 additions and 1 deletions

View File

@ -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