Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Add a release-tag rule
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=560
  • Loading branch information
Johan Dahlin committed Aug 31, 2008
1 parent 18846a0 commit cf35c78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile.am
Expand Up @@ -35,3 +35,12 @@ EXTRA_DIST = \
misc/pep8.py \
misc/pyflakes.py

release-tag:
@TRUNK=`svn info --xml|egrep ^"<url>"|cut -d\> -f2|cut -d\< -f1`; \
ROOT=`echo $$TRUNK|cut -d/ -f-5`; \
SVNVERSION=`echo $(VERSION)|sed s/\\\./_/g`;\
echo "* Tagging $(VERSION)"; \
echo svn cp -m "Tag $(VERSION)" \
$$TRUNK \
$$ROOT/tags/GOBJECT_INTROSPECTION_$$SVNVERSION

0 comments on commit cf35c78

Please sign in to comment.