summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: b3bcc2d8fe1ba0f8fefc15921c34458bbe5c7bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@SET_MAKE@

noinst_DATA = example.xfwm4rc

EXTRA_DIST = example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec xfwm4.spec.in

SUBDIRS = src defaults themes

distclean-local:
	rm -f example.xfwm4rc xfwm4.spec

example.xfwm4rc:
	@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfwm4rc.in > example.xfwm4rc

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