Include the 4 keyframe lock icons in the lists of images to install and uninstall.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 9 Apr 2007 16:09:58 +0000 (16:09 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 9 Apr 2007 16:09:58 +0000 (16:09 +0000)
git-svn-id: http://svn.voria.com/code@448 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/images/Makefile.am

index e78e5a7..cc9fc1c 100644 (file)
@@ -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