From e3962ad1843432bdf11c7ac31338491407a41960 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 14 Feb 2021 16:01:01 +0900 Subject: [PATCH] Add extra documentation and utility file to the source tarball These might be useful for someone starting from one of our release or snapshot source tarballs. --- Makefile.am | 2 ++ tools/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 875bb4017..c54e93921 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,8 @@ dist_changelogs_DATA += ChangeLogs/ChangeLog-1.0.1 dist_changelogs_DATA += ChangeLogs/ChangeLog-1.0.0 EXTRA_DIST = .editorconfig +EXTRA_DIST += INSTALL.linux +EXTRA_DIST += autogen.sh EXTRA_DIST += po/README # Just in case these come in handy during development started from a # regular source tarball. They are not needed otherwise as they are diff --git a/tools/Makefile.am b/tools/Makefile.am index 105d1780d..c8619795a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -36,6 +36,7 @@ EXTRA_DIST = check-po.awk libtool-get-dll-ext mustek600iin-off.c \ EXTRA_DIST += style-check.sh EXTRA_DIST += create-changelog.sh EXTRA_DIST += update-upstreams.sh +EXTRA_DIST += epson2usb.pl sane_find_scanner_SOURCES = sane-find-scanner.c if have_usblib