2006-06-26 16:17:45 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I m4/
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2011-07-12 10:50:11 -05:00
|
|
|
SUBDIRS = src icons man po tests
|
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 \
|
2010-01-11 09:18:42 -06:00
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
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
|
|
|
|
2009-07-22 10:16:06 -05:00
|
|
|
srpm: clean
|
|
|
|
$(MAKE) dist && rpmbuild -ts $(distdir).tar.gz
|
|
|
|
|
2008-12-17 14:27:38 -06:00
|
|
|
check-pylint:
|
|
|
|
tests/pylint-virt-manager.sh
|