diff options
author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
commit | 2d71d20a62ca8f6989d86db58ce64c7a862675dd (patch) | |
tree | 534c40e7c4b35662d60e261898b6b1ebd5724bed /Makefile.am | |
parent | 695f537db79b0921621b54998ae46f331fff9105 (diff) |
Imported Upstream version 3.10.0upstream/3.10.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0599e22..3bb2654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,16 @@ SUBDIRS = src data help po EXTRA_DIST = \ + README.md \ autogen.sh \ simple-scan.doap DISTCLEANFILES = \ Makefile.in \ aclocal.m4 \ + compile \ configure \ depcomp \ - gnome-doc-utils.make \ install-sh \ missing \ mkinstalldirs \ |