X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2FMakefile.am;h=ad60c25a8efaa6c944b9e396b091267a963374cf;hb=8b0c503574977332b9dbeaf60da5078b33b02616;hp=b7e39f78963314fde6a7a96ee7fdadf04b1b3e5e;hpb=168141c06b34cc3eedc4f87631002972445a06d5;p=synfig.git diff --git a/synfig-studio/Makefile.am b/synfig-studio/Makefile.am index b7e39f7..ad60c25 100644 --- a/synfig-studio/Makefile.am +++ b/synfig-studio/Makefile.am @@ -72,14 +72,6 @@ DOXYGEN=doxygen SVN=svn TAG=@PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ - -tagstable: - -$(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: - $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" - ChangeLog: ../autobuild/git2cl > ChangeLog @@ -141,4 +133,4 @@ rtf: .doc_stamp docs: pdf html -.PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf +.PHONY: stats listfixmes listhacks check docs pdf html rtf