X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fbuild_tools%2FMakefile.am;fp=synfig-core%2Ftrunk%2Fbuild_tools%2FMakefile.am;h=29b053f1a64fb2e44d7ea4ae07af09e79ee87e72;hb=eb646e952b600199e2f1a0c27ea1c4fde87a1f50;hp=0000000000000000000000000000000000000000;hpb=e9a42a585dec26a8c0aabcfd6e12755f0f0f1156;p=synfig.git diff --git a/synfig-core/trunk/build_tools/Makefile.am b/synfig-core/trunk/build_tools/Makefile.am new file mode 100644 index 0000000..29b053f --- /dev/null +++ b/synfig-core/trunk/build_tools/Makefile.am @@ -0,0 +1,8 @@ +dist_noinst_SCRIPTS = autorevision.sh + +all-local: + sh $(srcdir)/autorevision.sh "$(top_srcdir)" "$(top_builddir)" + +clean-local: + -rm -f $(top_builddir)/autorevision.h +