Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-21 12:56:38 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-21 13:12:05 (GMT)
commit3bf7b2ac8b9494c3f51572059ebf3c2f0e3b34b9 (patch)
tree149691499c4100e71bd944d9e88299d762f17cec
parentb76213aa7f5d41cf9610a934cbd3243bd03352ad (diff)
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 <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--icons/scalable/actions/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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)