From 5835c910c4ca66c87950bb754702ffb233771dfa Mon Sep 17 00:00:00 2001 From: pabs3 Date: Thu, 16 Oct 2008 18:22:50 +0000 Subject: [PATCH] Clean up the images directory properly on both make clean and make distclean. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2103 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/images/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/synfig-studio/trunk/images/Makefile.am b/synfig-studio/trunk/images/Makefile.am index bdce86b..c108414 100644 --- a/synfig-studio/trunk/images/Makefile.am +++ b/synfig-studio/trunk/images/Makefile.am @@ -7,6 +7,7 @@ IMAGES=installer_logo.$(EXT) installer_logo_osx.$(EXT) mirror_icon.$(EXT) time_i MAINTAINERCLEANFILES=Makefile.in CLEANFILES=$(IMAGES) images.nsh unimages.nsh installer_logo.bmp sif_icon.ico synfig_icon.ico icons.nsh unicons.nsh +CLEANDIRS=16x16 22x22 24x24 32x32 48x48 64x64 128x128 image_DATA=$(IMAGES) @@ -27,9 +28,8 @@ PNGTOICO=png2ico echo " File \"images\\$@\"" >>./icons.nsh echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unicons.nsh -clean: - $(RM) $(CLEANFILES) - $(RM) -r 16x16 22x22 24x24 32x32 48x48 64x64 128x128 +clean-local: + $(RM) -r $(CLEANDIRS) .sif.bmp: $(SYNFIG) -q $< -o $@ --time 0 -- 2.7.4