diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-31 05:52:52 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-31 05:54:36 +0100 |
commit | 406cf5a58b5873f89df710d56883039ff496580e (patch) | |
tree | ba00172a8b5e850db5440199722580489562a1a6 /Makefile.am | |
parent | a8a761cd24bd7057d51eda11b9654a6e861e28e9 (diff) | |
download | sciteco-406cf5a58b5873f89df710d56883039ff496580e.tar.gz |
added 16px, 32px and 256px versions of the SciTECO PNG icon
* the GTK UI uses the first three resolutions for setting the
window icon.
* the 256px version will currently not be installed.
It may however be used later when packaging for Ubuntu.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ddd8ed4..67a9d0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,11 +8,12 @@ noinst_HEADERS = compat/bsd/sys/cdefs.h \ EXTRA_DIST = README TODO -# Only the PNG icon is installed as it is +# Only the lower resolution PNG icons are installed as they are # required by the GTK UI. # Other uses are left to the distro package manager. -dist_pkgdata_DATA += ico/sciteco-48.png -EXTRA_DIST += ico/sciteco.ico +dist_pkgdata_DATA += ico/sciteco-16.png ico/sciteco-32.png \ + ico/sciteco-48.png +EXTRA_DIST += ico/sciteco-256.png ico/sciteco.ico # Distribute entire scintilla directory and # do some manual cleanup |