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

noinst_DATA = example.xfwm4rc

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

SUBDIRS = po src mcs-plugin defaults themes

distclean-local:
	rm -rf example.xfwm4rc xfwm4.spec *.cache

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

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

html: Makefile
	make -C doc html

ACLOCAL_AMFLAGS = -I m4