diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
commit | 3595201f5f3c1274786844c541ef82edba6984f8 (patch) | |
tree | 5c3686add5a531460c27379a58d42662b24160c4 /Makefile.am | |
parent | 3b95de655b277efe895ac5de01b86c5ab313c030 (diff) |
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
to work as expected.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 089f140c..1074525c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc -EXTRA_DIST = \ - NEWS \ - COPYING \ - README +# Some files automatically included, so they aren't specified below: +# AUTHORS, COPYING, NEWS, README +# TODO: move translation-help to ABOUT-NLS? +EXTRA_DIST = HACKING check: src/pacman cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 |