X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2FMakefile.am;h=92cc502db7c39088459b563c54901411b7f2f55f;hb=HEAD;hp=48447b7b030bf06f2a3d7d0b1f9a88aa62ffba3a;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/ETL/Makefile.am b/ETL/Makefile.am index 48447b7..92cc502 100644 --- a/ETL/Makefile.am +++ b/ETL/Makefile.am @@ -76,16 +76,8 @@ stats: -@du -hcs $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total -@echo -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 listfixmes: -@echo @@ -113,4 +105,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