Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from

tarballs.
This commit is contained in:
Philip.Hazel 2018-08-29 08:26:29 +00:00
parent 6c631997d0
commit a8f00b314b
2 changed files with 5 additions and 1 deletions

View File

@ -170,6 +170,10 @@ not used in PCRE2.
37. Tidied up unnecessarily complicated macros used in the escapes table. 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 Version 10.31 12-February-2018
------------------------------ ------------------------------

View File

@ -657,7 +657,7 @@ EXTRA_DIST += \
testdata/testoutput7 \ testdata/testoutput7 \
testdata/testoutput8-16-2 \ testdata/testoutput8-16-2 \
testdata/testoutput8-16-3 \ testdata/testoutput8-16-3 \
testdata/testoutput8-16-3 \ testdata/testoutput8-16-4 \
testdata/testoutput8-32-2 \ testdata/testoutput8-32-2 \
testdata/testoutput8-32-3 \ testdata/testoutput8-32-3 \
testdata/testoutput8-32-4 \ testdata/testoutput8-32-4 \