pacman/Makefile.am

10 lines
331 B
Makefile
Raw Normal View History

SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
# Some files automatically included, so they aren't specified below:
# AUTHORS, COPYING, NEWS, README
# TODO: move translation-help to ABOUT-NLS?
EXTRA_DIST = HACKING
2006-10-15 15:38:02 -04:00
check: src/pacman
2007-02-21 02:12:34 -05:00
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1