Skip to content
Snippets Groups Projects
Makefile.am 480 B
Newer Older
SUBDIRS =								\
Benedikt Meurer's avatar
 
Benedikt Meurer committed
	doc								\

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

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

EXTRA_DIST =								\
	AUTHORS								\
	COPYING								\
	ChangeLog							\
	HACKING								\
	INSTALL								\
	NEWS								\
	README								\
	TODO								\
	exo.spec.in							\
	exo.spec
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
Benedikt Meurer's avatar
 
Benedikt Meurer committed

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