summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
commit74eb3434599c95a3ee8a52dcd9a5d3a62946dc23 (patch)
tree788a07031b25597cf42d94badf2d9fc2edc9a09f /Makefile.am
parent1b855e2c5e3447b1d6ea7d9301988828141ce3c4 (diff)
downloadpcre-74eb3434599c95a3ee8a52dcd9a5d3a62946dc23.tar.gz
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and
RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4598ca6..2a8e972 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -362,6 +362,13 @@ EXTRA_DIST += \
testdata/grepoutput \
testdata/grepoutput8 \
testdata/grepoutputN \
+ testdata/greppatN4 \
+ testdata/saved16 \
+ testdata/saved16BE-1 \
+ testdata/saved16BE-2 \
+ testdata/saved16LE-1 \
+ testdata/saved16LE-2 \
+ testdata/saved8 \
testdata/testinput1 \
testdata/testinput2 \
testdata/testinput3 \
@@ -381,6 +388,7 @@ EXTRA_DIST += \
testdata/testinput17 \
testdata/testinput18 \
testdata/testinput19 \
+ testdata/testinput20 \
testdata/testoutput1 \
testdata/testoutput2 \
testdata/testoutput3 \
@@ -391,8 +399,8 @@ EXTRA_DIST += \
testdata/testoutput8 \
testdata/testoutput9 \
testdata/testoutput10 \
- testdata/testoutput11-8 \
testdata/testoutput11-16 \
+ testdata/testoutput11-8 \
testdata/testoutput12 \
testdata/testoutput13 \
testdata/testoutput14 \
@@ -401,6 +409,7 @@ EXTRA_DIST += \
testdata/testoutput17 \
testdata/testoutput18 \
testdata/testoutput19 \
+ testdata/testoutput20 \
testdata/wintestinput3 \
testdata/wintestoutput3 \
perltest.pl