diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index b76813ec..dda7cd6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,9 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc EXTRA_DIST = \ - ChangeLog \ + NEWS \ COPYING \ - README \ - TODO \ - TODO.autoconf + README check: src/pacman cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1 |