virt-manager/Makefile.am

18 lines
404 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4/
2006-03-29 06:40:14 -05:00
SUBDIRS = src icons man po tests
2006-03-29 06:40:14 -05:00
EXTRA_DIST = @PACKAGE@.spec HACKING \
intltool-extract.in intltool-merge.in intltool-update.in
2006-03-29 06:40:14 -05:00
DISTCLEAN_FILES = @PACKAGE@.spec intltool-extract intltool-merge intltool-update
2008-11-24 11:43:47 -05:00
rpm: clean
$(MAKE) dist && rpmbuild -ta $(distdir).tar.gz
2008-12-17 15:27:38 -05:00
srpm: clean
$(MAKE) dist && rpmbuild -ts $(distdir).tar.gz
2008-12-17 15:27:38 -05:00
check-pylint:
tests/pylint-virt-manager.sh