diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-06 10:01:51 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-06 10:01:51 -0800 |
commit | 8df496aeffe3a7114fa01912d7605693c5bc64b9 (patch) | |
tree | 1262f7e0d9b07ea270cc649b19b13f8f8b78be5f | |
parent | 480fc5ffacd8292afd72114fe13ee1f4c71d29bb (diff) |
Make distcheck work
None of the EXTRA_DIST files actually exist, causing `make distcheck' to
fail.
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 2812c6f..81bc418 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,4 @@ SUBDIRS = pm man src -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update - -EXTRA_DIST = \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ - mkinstalldirs - clean-local : rm -f *~ |