From 3bf7b2ac8b9494c3f51572059ebf3c2f0e3b34b9 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 21 Sep 2012 12:56:38 +0000 Subject: Add the filename of last three added icons to the Makefile, so they actually get installed And put a large sign in my desktop to always do this when adding a file. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am index b589fb5..1c11da0 100644 --- a/icons/scalable/actions/Makefile.am +++ b/icons/scalable/actions/Makefile.am @@ -22,6 +22,7 @@ icon_DATA = \ edit-paste.svg \ edit-redo.svg \ edit-undo.svg \ + edit-clear.svg \ format-columns-double.svg \ format-columns-single.svg \ format-columns-triple.svg \ @@ -75,6 +76,7 @@ icon_DATA = \ toolbar-colors.svg \ toolbar-edit.svg \ toolbar-view.svg \ + toolbar-help.svg \ tray-hide.svg \ tray-show.svg \ transfer-from-application-octet-stream.svg \ @@ -112,7 +114,8 @@ icon_DATA = \ zoom-in.svg \ zoom-neighborhood.svg \ zoom-original.svg \ - zoom-out.svg + zoom-out.svg \ + zoom-to-width.svg EXTRA_DIST = $(icon_DATA) -- cgit v0.9.1