From: pabs Date: Wed, 20 Jun 2007 12:35:52 +0000 (+0000) Subject: Fix another typo in the tagging targets X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e9f5675572bfc6f3ad11aee411a83c44d9f81704;p=synfig.git Fix another typo in the tagging targets git-svn-id: http://svn.voria.com/code@535 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/Makefile.am b/synfig-core/trunk/Makefile.am index 7b742b8..6531ab1 100644 --- a/synfig-core/trunk/Makefile.am +++ b/synfig-core/trunk/Makefile.am @@ -24,7 +24,7 @@ TAG=@PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ tagstable: - -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stabe Tag: Removing old tag" + -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Removing old tag" $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over" tagrelease: