X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2FMakefile.am;h=ad60c25a8efaa6c944b9e396b091267a963374cf;hb=8b0c503574977332b9dbeaf60da5078b33b02616;hp=af7326cffd8b10114b2317deb5f08a7f32f9f6e0;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/synfig-studio/Makefile.am b/synfig-studio/Makefile.am index af7326c..ad60c25 100644 --- a/synfig-studio/Makefile.am +++ b/synfig-studio/Makefile.am @@ -72,17 +72,8 @@ 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: - -svn update - svn2cl --include-rev || touch ChangeLog + ../autobuild/git2cl > ChangeLog stats: -@echo @@ -142,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