mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
9eb9c063b8
This fixes a strange stretching of the icon in the Gnome 2 quickstart bar.
10 lines
255 B
Makefile
10 lines
255 B
Makefile
# Install the desktop icon (at least for Gnome)
|
|
|
|
shortcutdir = $(datadir)/applications
|
|
shortcut_DATA = eliot.desktop
|
|
|
|
icondir = $(datadir)/icons
|
|
icon_DATA = eliot.png
|
|
|
|
EXTRA_DIST = $(shortcut_DATA) $(icon_DATA) eliot.xpm macosx innosetup reports contrib
|
|
|