1## ./desktop/Makefile.am of graveman
2
3##
4## the dirs where all the DATA should go ..
5##
6Applicationdir = $(datadir)/applications
7Applicationicondir = $(datadir)/pixmaps
8
9##
10## and the DATA
11##
12Application_predata = graveman.desktop.in
13Application_DATA = $(Application_predata:.desktop.in=.desktop)
14Applicationicon_DATA = graveman48.png
15
16@INTLTOOL_DESKTOP_RULE@
17
18EXTRA_DIST = $(Application_DATA) \
19	$(Applicationicon_DATA) \
20	$(Application_predata)
21
22CONFIG_CLEAN_FILES = graveman.desktop
23