icons: no need to ship source svg in tarball

This sort of explodes the size of the distribution tarball.
This commit is contained in:
Christian Hergert
2016-04-13 05:39:00 -07:00
parent 5b3d53b901
commit 08a7314c48

View File

@ -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