summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
blob: a45d8143e39c770d2caa776e82bce9464aff3680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = icons

desktopdir = $(datadir)/applications
desktop_in_files = palimpsest.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@

distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper

EXTRA_DIST = 			\
	$(desktop_in_files)	

CLEANFILES = \
	$(desktop_DATA)

clean-local :
	rm -f *~