Mercurial > pidgin
changeset 11883:d8128936c2f1
[gaim-migrate @ 14174]
I'm not sure how this sneaked past me the other day, but now distcheck is
complaining about it
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 29 Oct 2005 02:03:24 +0000 |
parents | c0e0fcd75926 |
children | b1099e09eb33 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Sat Oct 29 02:01:55 2005 +0000 +++ b/Makefile.am Sat Oct 29 02:03:24 2005 +0000 @@ -53,4 +53,4 @@ # breaks "make distcheck" unless we ignore perl things distuninstallcheck_listfiles = \ - find . -type f -print | grep -v perl + find . -type f -print | grep -v perl | grep -v Gaim.3pm