summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-22 04:36:02 +0000
committerDan McGee <dan@archlinux.org>2007-02-22 04:36:02 +0000
commit3595201f5f3c1274786844c541ef82edba6984f8 (patch)
tree5c3686add5a531460c27379a58d42662b24160c4 /Makefile.am
parent3b95de655b277efe895ac5de01b86c5ab313c030 (diff)
downloadpacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.gz
pacman-3595201f5f3c1274786844c541ef82edba6984f8.zip
* 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.am8
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