summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1263fc78..88a8ecc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
release-tag:
@TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
echo "* Tagging $(VERSION)"; \
- git tag -s -m "Tag $$VERSION" -a \
+ git tag -m "Tag $$VERSION" -a \
GOBJECT_INTROSPECTION_$$TAG && \
git push --tags ssh://git.gnome.org/git/gobject-introspection