From a8f00b314b461cf0ce738ed2e3b284a4b399d61c Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Wed, 29 Aug 2018 08:26:29 +0000 Subject: [PATCH] Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from tarballs. --- ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f4e62fd..264bfae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -170,6 +170,10 @@ not used in PCRE2. 37. Tidied up unnecessarily complicated macros used in the escapes table. +38. Since 10.21, the new testoutput8-16-4 file has accidentally been omitted +from distribution tarballs, owing to a typo in Makefile.am which had +testoutput8-16-3 twice. Now fixed. + Version 10.31 12-February-2018 ------------------------------ diff --git a/Makefile.am b/Makefile.am index e012037..a4bcdf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -657,7 +657,7 @@ EXTRA_DIST += \ testdata/testoutput7 \ testdata/testoutput8-16-2 \ testdata/testoutput8-16-3 \ - testdata/testoutput8-16-3 \ + testdata/testoutput8-16-4 \ testdata/testoutput8-32-2 \ testdata/testoutput8-32-3 \ testdata/testoutput8-32-4 \