blob: 101299f89a3c0533c58e1847e8fb395f3dda69ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = src pixmaps macros
EXTRA_DIST = %{APPNAMELC}.lsm %{APPNAMELC}.desktop
install-data-local:
$(mkinstalldirs) $(datadir)/gnome/apps/Applications/
$(INSTALL_DATA) $(srcdir)/%{APPNAMELC}.desktop $(datadir)/gnome/apps/Applications
uninstall-local:
-rm -f $(datadir)/gnome/apps/Applications
|