summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 3a0c013691a5c6d43f562b211fad262a164930db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@SET_MAKE@

SUBDIRS = src data po

EXTRA_DIST = \
	TODO \
	xfce4-appfinder.spec \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

DISTCLEANFILES = \
	xfce4-appfinder.spec \
	intltool-extract \
	intltool-merge \
	intltool-update

AUTOMAKE_OPTIONS = \
	1.8 \
	dist-bzip2

distclean-local:
	-rm -rf *.cache *~

rpm: distcheck
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz