diff options
-rw-r--r-- | icons/16x16/Makefile.am | 3 | ||||
-rw-r--r-- | icons/22x22/Makefile.am | 3 | ||||
-rw-r--r-- | icons/24x24/Makefile.am | 1 | ||||
-rw-r--r-- | icons/32x32/Makefile.am | 3 | ||||
-rw-r--r-- | icons/48x48/Makefile.am | 3 |
5 files changed, 4 insertions, 9 deletions
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am index f27a98a..f73fff3 100644 --- a/icons/16x16/Makefile.am +++ b/icons/16x16/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am index b71f687..b0f138f 100644 --- a/icons/22x22/Makefile.am +++ b/icons/22x22/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/22x22/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am index e4b6d06..400ca22 100644 --- a/icons/24x24/Makefile.am +++ b/icons/24x24/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/24x24/apps icon_DATA = patchage.png - EXTRA_DIST = $(icon_DATA) diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am index 9b03b6e..edce6f2 100644 --- a/icons/32x32/Makefile.am +++ b/icons/32x32/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am index 56f9453..c724369 100644 --- a/icons/48x48/Makefile.am +++ b/icons/48x48/Makefile.am @@ -1,4 +1,3 @@ icondir = $(datadir)/icons/hicolor/48x48/apps icon_DATA = patchage.png - -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) patchage.svg |