From 406cf5a58b5873f89df710d56883039ff496580e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 31 Jan 2016 05:52:52 +0100 Subject: 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. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3