X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FMakefile.am;h=1f29305e203a01a60133239d2d07349ffabd10f0;hb=d04d23af11d3781a9a7d9632ed11e3c4790b692f;hp=33af37745870373ab4e1ce4b24db7104a2fe46b5;hpb=73244bb27b398a2257ab1ddd0f8ff48e45933413;p=synfig.git diff --git a/ETL/trunk/Makefile.am b/ETL/trunk/Makefile.am index 33af377..1f29305 100644 --- a/ETL/trunk/Makefile.am +++ b/ETL/trunk/Makefile.am @@ -1,6 +1,6 @@ -# $Header: /opt/voria/cvs/ETL/Makefile.am,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $ +# $Id$ -MAINTAINERCLEANFILES=config/config.guess config/config.sub config/ltmain.sh config/install-sh config/mkinstalldirs config/aclocal.m4 config/missing config/texinfo.tex config/depcomp aclocal.m4 config.h.in configure stamp-h.in Makefile.in config.log config.status .doc_stamp .DS_Store @PACKAGE@.spec include/etl_profile.h.in +MAINTAINERCLEANFILES=COPYING INSTALL config/config.guess config/config.sub config/ltmain.sh config/install-sh config/mkinstalldirs config/aclocal.m4 config/missing config/texinfo.tex config/depcomp aclocal.m4 config.h.in configure stamp-h.in Makefile.in config.log config.status .doc_stamp .DS_Store @PACKAGE@.spec include/etl_profile.h.in ETL.pc.in doxygen.cfg SUBDIRS=ETL test @@ -38,14 +38,15 @@ stats: -@echo 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) 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) mkdir $(SVN_REPOSITORY)/tags/$(TAG) -m "Release Tag: Making directory" $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)" +ChangeLog: + -svn update + svn2cl --include-rev || touch ChangeLog listfixmes: -@echo