mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
6673d188b9
* Added the actual "Nagy's bug" as upgrade055.py. * Updated the Makefile to distribute the pactest readme. * Removed COPYING from the pactest directory- see COPYING at the root for the same license.
20 lines
256 B
Makefile
20 lines
256 B
Makefile
check_SCRIPTS = \
|
|
pactest.py \
|
|
pmdb.py \
|
|
pmenv.py \
|
|
pmfile.py \
|
|
pmpkg.py \
|
|
pmrule.py \
|
|
pmtest.py \
|
|
util.py \
|
|
$(wildcard tests/*.py) \
|
|
tests/TESTS
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
TODO \
|
|
ChangeLog \
|
|
$(check_SCRIPTS)
|