geany/icons/tango/Makefile.am
Colomban Wendling 320f10c85b Don't install themes index on non-Windows
On non-Windows, the icons are installed on the system's icon directory,
so installing our index.theme might override the system's one.  Since
it's highly unlikely the theme index is missing on non-Windows, just
don't install it.
2013-01-15 22:28:00 +01:00

8 lines
161 B
Makefile

SUBDIRS = 16x16 24x24 32x32 48x48 scalable
# only install index.theme on Windows
if MINGW
iconsdir = $(datadir)/icons/Tango
dist_icons_DATA = index.theme
endif