X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2FMakefile.am;h=45a34d80a996b019b72c29251913b7ed9c9cef9a;hb=8b0c503574977332b9dbeaf60da5078b33b02616;hp=b779757a573d3a5531ff55454d0c76887fb21c6a;hpb=168141c06b34cc3eedc4f87631002972445a06d5;p=synfig.git diff --git a/synfig-core/Makefile.am b/synfig-core/Makefile.am index b779757..45a34d8 100644 --- a/synfig-core/Makefile.am +++ b/synfig-core/Makefile.am @@ -92,14 +92,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)" - stats: -@echo -@echo -- Stats @@ -184,4 +176,4 @@ rtf: .doc_stamp docs: html -.PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf +.PHONY: stats listfixmes listhacks check docs pdf html rtf