From 08a7314c4853ff68f821262815fd0f413553ad05 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 13 Apr 2016 05:39:00 -0700 Subject: [PATCH] icons: no need to ship source svg in tarball This sort of explodes the size of the distribution tarball. --- data/icons/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index e4674db1..fe950374 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -9,9 +9,7 @@ nobase_icon_DATA = \ scalable/apps/sysprof-symbolic.svg \ $(NULL) -EXTRA_DIST = \ - $(nobase_icon_DATA) \ - sysprof-source.svg +EXTRA_DIST = $(nobase_icon_DATA) gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor