diff options
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-10 08:10:22 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-10 08:10:22 +0000 |
commit | 7cf6c88105e79dbabcf5816d4d30c0459118bfa7 (patch) | |
tree | e34ad3078227d68e58a308f9218db8c075fd2f80 /Makefile.am | |
parent | 7518e04c2e2c5dc30474ea9ca992be8f0201983b (diff) |
* fixed dist target
Diffstat (limited to 'Makefile.am')
-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 |