From: dooglus Date: Mon, 9 Apr 2007 16:09:58 +0000 (+0000) Subject: Include the 4 keyframe lock icons in the lists of images to install and uninstall. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=2131469a796ac47456f08cc6d3328f0a1411bdec;p=synfig.git Include the 4 keyframe lock icons in the lists of images to install and uninstall. git-svn-id: http://svn.voria.com/code@448 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/images/Makefile.am b/synfig-studio/trunk/images/Makefile.am index e78e5a7..cc9fc1c 100644 --- a/synfig-studio/trunk/images/Makefile.am +++ b/synfig-studio/trunk/images/Makefile.am @@ -41,19 +41,27 @@ clean: keyframe_lock_all.$(EXT): $(srcdir)/keyframe_lock_icon.sif $(SYNFIG) -q $< -o $@ --time 0 + echo " File \"images\\$@\"" >>./images.nsh + echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_past.$(EXT): $(srcdir)/keyframe_lock_icon.sif $(SYNFIG) -q $< -o $@ --time 0 -c PastOnly + echo " File \"images\\$@\"" >>./images.nsh + echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_future.$(EXT): $(srcdir)/keyframe_lock_icon.sif $(SYNFIG) -q $< -o $@ --time 0 -c FutureOnly + echo " File \"images\\$@\"" >>./images.nsh + echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh keyframe_lock_none.$(EXT): $(srcdir)/keyframe_lock_icon.sif $(SYNFIG) -q $< -o $@ --time 0 -c Disabled + echo " File \"images\\$@\"" >>./images.nsh + echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh #.sif.png: # $(SYNFIG) -q $< -o $@ --time 0 - + #datanode_icon.$(EXT): datanode_icon.sif # $(SYNFIG) -q datanode_icon.sif -o datanode_icon.$(EXT) -w 128 -h 128 --time 0