2006-06-26 16:17:45 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I m4/
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2009-04-06 10:33:46 -05:00
|
|
|
SUBDIRS = src pixmaps man po help
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2009-06-18 09:53:09 -05:00
|
|
|
EXTRA_DIST = @PACKAGE@.spec HACKING COPYING-DOCS xmldocs.make omf.make \
|
2009-04-06 10:33:46 -05:00
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in tests
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2007-05-18 11:14:33 -05:00
|
|
|
DISTCLEAN_FILES = @PACKAGE@.spec intltool-extract intltool-merge intltool-update
|
2008-11-24 10:43:47 -06:00
|
|
|
|
|
|
|
rpm: clean
|
|
|
|
$(MAKE) dist && rpmbuild -ta $(distdir).tar.gz
|
2008-12-17 14:27:38 -06:00
|
|
|
|
|
|
|
check-pylint:
|
|
|
|
tests/pylint-virt-manager.sh
|