diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-27 17:15:47 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-27 17:15:47 +0100 |
commit | 6673d188b949effa40b9206919cc50a37863c32d (patch) | |
tree | 9ec609d90a3caea045d2d6c14b7a2a46fb2df2f4 /pactest/Makefile.am | |
parent | b8c8b2ec5573a795cdd1453dbc265b034953d2fa (diff) | |
download | pacman-6673d188b949effa40b9206919cc50a37863c32d.tar.gz pacman-6673d188b949effa40b9206919cc50a37863c32d.tar.xz |
* Updated description of test upgrade052.
* Added the actual "Nagy's bug" as upgrade055.py.
* Updated the Makefile to distribute the pactest readme.
* Removed COPYING from the pactest directory- see COPYING at the root for the
same license.
Diffstat (limited to 'pactest/Makefile.am')
-rw-r--r-- | pactest/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pactest/Makefile.am b/pactest/Makefile.am index 07c205fa..37c394fd 100644 --- a/pactest/Makefile.am +++ b/pactest/Makefile.am @@ -12,4 +12,8 @@ check_SCRIPTS = \ noinst_SCRIPTS = $(check_SCRIPTS) -EXTRA_DIST = $(check_SCRIPTS) +EXTRA_DIST = \ + README \ + TODO \ + ChangeLog \ + $(check_SCRIPTS) |