# HG changeset patch # User Mike Becker # Date 1595864687 -7200 # Node ID 0b26266b8f510b853bd21cd36773efd76bdf44c9 # Parent 7f5f9f43d0c01a1a97820338a3c7b77f769676b7 fixes missing files in dist package diff -r 7f5f9f43d0c0 -r 0b26266b8f51 README --- a/README Mon Jul 27 17:23:53 2020 +0200 +++ b/README Mon Jul 27 17:44:47 2020 +0200 @@ -25,7 +25,7 @@ If you checked out the sources from version control, you firstly need to run ./prebuild.sh -This requires autotools installed on your system. +This requires autotools installed on your system and creates a build dir. In release version you can skip the first task and just run ./configure && make diff -r 7f5f9f43d0c0 -r 0b26266b8f51 test/Makefile.am --- a/test/Makefile.am Mon Jul 27 17:23:53 2020 +0200 +++ b/test/Makefile.am Mon Jul 27 17:44:47 2020 +0200 @@ -23,3 +23,4 @@ TESTS = $(check_SCRIPTS) check_SCRIPTS = total.sh nocomments.sh codeonly.sh +EXTRA_DIST = $(check_SCRIPTS) testfile.c