From 3595201f5f3c1274786844c541ef82edba6984f8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 22 Feb 2007 04:36:02 +0000 Subject: * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck' to work as expected. --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf