From 5d557c39a307b5a727919c527f14c535d5922df0 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sun, 1 May 2005 19:26:24 +0000 Subject: - Added installation of game data, install required on *nix systems - Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir --- icons/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 icons/Makefile.am (limited to 'icons') diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 00000000..26dcd623 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,17 @@ + +iconsdir = $(pkgdatadir)/data/icons + +icons_DATA = \ + tmw-icon.ico \ + tmw-icon.png \ + tmw-icon.xpm + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps + $(INSTALL) $(srcdir)/tmw-icon.png $(DESTDIR)$(datadir)/pixmaps/tmw.png + +uninstall-local: + rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png + +EXTRA_DIST = \ + $(icons_DATA) -- cgit v1.2.3-60-g2f50