mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
icons: no need to ship source svg in tarball
This sort of explodes the size of the distribution tarball.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user