index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-02-27 16:15:47 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-27 16:15:47 +0000 |
commit | 6673d188b949effa40b9206919cc50a37863c32d (patch) | |
tree | 9ec609d90a3caea045d2d6c14b7a2a46fb2df2f4 /pactest/Makefile.am | |
parent | b8c8b2ec5573a795cdd1453dbc265b034953d2fa (diff) |
-rw-r--r-- | pactest/Makefile.am | 6 |
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) |