diff options
author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:29:30 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:29:30 +0100 |
commit | e51f2bbb5a0f25b37330891d769b996a2c13d277 (patch) | |
tree | 25d429c588012a476c15b6ca5b4bf393613beca3 /Makefile.am | |
parent | 438230655b539ad6aa15b017a792cab8ca7f6d89 (diff) | |
parent | 2d71d20a62ca8f6989d86db58ce64c7a862675dd (diff) |
Merge tag 'upstream/3.10.0'
Upstream version 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 \ |