~ubuntu-branches/ubuntu/trusty/thunar-volman/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile.am 2368 2007-01-15 21:05:27Z benny $

SUBDIRS =								\
	icons								\
	po								\
	thunar-volman

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

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

EXTRA_DIST =								\
	THANKS

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: