Fix SVN tagging targets in the Makefile
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 20 Jun 2007 12:23:50 +0000 (12:23 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 20 Jun 2007 12:23:50 +0000 (12:23 +0000)
git-svn-id: http://svn.voria.com/code@529 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/Makefile.am

index ed8be9b..d9b6ef9 100644 (file)
@@ -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: