2007-02-07 22:29:21 +00:00
|
|
|
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
|
2006-10-15 20:46:33 +00:00
|
|
|
|
2007-02-22 04:36:02 +00:00
|
|
|
# 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 19:38:02 +00:00
|
|
|
|
2006-10-21 20:16:55 +00:00
|
|
|
check: src/pacman
|
2007-02-21 07:12:34 +00:00
|
|
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|