virt-manager/Makefile.am

18 lines
441 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4/
2006-03-29 05:40:14 -06:00
SUBDIRS = src pixmaps 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 \
intltool-extract.in intltool-merge.in intltool-update.in
2006-03-29 05:40:14 -06: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
srpm: clean
$(MAKE) dist && rpmbuild -ts $(distdir).tar.gz
2008-12-17 14:27:38 -06:00
check-pylint:
tests/pylint-virt-manager.sh