You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
435 B
17 lines
435 B
15 years ago
|
# 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
|
||
|
|
||
|
|