diff options
author | David Robillard <d@drobilla.net> | 2008-01-06 03:23:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-06 03:23:30 +0000 |
commit | bf9963a4b96fb726ccce12a52033546e9191b87d (patch) | |
tree | ea40616ddb675df62edcddb8e36edbd43374ea29 /icons | |
parent | 1730fcabdac7e994d98bfbb78dea98a3cbd964b3 (diff) | |
download | patchage-bf9963a4b96fb726ccce12a52033546e9191b87d.tar.gz patchage-bf9963a4b96fb726ccce12a52033546e9191b87d.tar.bz2 patchage-bf9963a4b96fb726ccce12a52033546e9191b87d.zip |
Include .svg icon sources in distribution.
git-svn-id: http://svn.drobilla.net/lad/patchage@1018 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'icons')
-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 |