[sysprof] icons: no need to ship source svg in tarball



commit 08a7314c4853ff68f821262815fd0f413553ad05
Author: Christian Hergert <chergert redhat com>
Date:   Wed Apr 13 05:39:00 2016 -0700

    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 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index e4674db..fe95037 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]