summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJürgen Hötzel <juergen@archlinux.org>2007-02-10 08:10:22 +0000
committerJürgen Hötzel <juergen@archlinux.org>2007-02-10 08:10:22 +0000
commit7cf6c88105e79dbabcf5816d4d30c0459118bfa7 (patch)
treee34ad3078227d68e58a308f9218db8c075fd2f80 /Makefile.am
parent7518e04c2e2c5dc30474ea9ca992be8f0201983b (diff)
downloadpacman-7cf6c88105e79dbabcf5816d4d30c0459118bfa7.tar.gz
pacman-7cf6c88105e79dbabcf5816d4d30c0459118bfa7.zip
* fixed dist target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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