mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
# Install the desktop icon (at least for Gnome)
|
|
|
|
shortcutdir = $(datadir)/applications
|
|
shortcut_DATA = eliot.desktop
|
|
|
|
icondir = $(datadir)/icons
|
|
icon_DATA = eliot.xpm
|
|
|
|
EXTRA_DIST = $(shortcut_DATA) $(icon_DATA) macosx
|
|
|