Skip to content
Snippets Groups Projects
Makefile.am 371 B
Newer Older
EXTRA_DIST = example.xfwm4rc example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec xfwm4.spec.in
Olivier Fourdan's avatar
Olivier Fourdan committed

SUBDIRS = src defaults themes
	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