From: pabs Date: Wed, 20 Jun 2007 12:23:50 +0000 (+0000) Subject: Fix SVN tagging targets in the Makefile X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=79a6c8a85fea0f2e921cca27469f58a847483d8c;p=synfig.git Fix SVN tagging targets in the Makefile git-svn-id: http://svn.voria.com/code@529 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/Makefile.am b/ETL/trunk/Makefile.am index ed8be9b..d9b6ef9 100644 --- a/ETL/trunk/Makefile.am +++ b/ETL/trunk/Makefile.am @@ -39,11 +39,9 @@ stats: tagstable: -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stabe Tag: Removing old tag" - $(SVN) mkdir $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Creating new directory" - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everyhting over" + $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over" tagrelease: - $(SVN) mkdir $(SVN_REPOSITORY)/tags/$(TAG) -m "Release Tag: Making directory" $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" ChangeLog: