mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
e0afe6e94a
* Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
16 lines
467 B
Makefile
16 lines
467 B
Makefile
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib
|
|
|
|
#DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot
|
|
|
|
# Some files automatically included, so they aren't specified below:
|
|
# AUTHORS, COPYING, NEWS, README
|
|
EXTRA_DIST = HACKING
|
|
|
|
check-local: src/pacman
|
|
python $(top_srcdir)/pactest/pactest.py --debug=1 \
|
|
--test $(top_srcdir)/pactest/tests/*.py \
|
|
-p $(top_builddir)/src/pacman/pacman
|
|
rm -rf $(top_builddir)/root
|
|
|
|
# vim:set ts=2 sw=2 noet:
|