[Pcre-svn] [992] code/trunk: Fix typo in Makefile.am, which…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [992] code/trunk: Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from
Revision: 992
          http://www.exim.org/viewvc/pcre2?view=rev&revision=992
Author:   ph10
Date:     2018-08-29 09:26:29 +0100 (Wed, 29 Aug 2018)
Log Message:
-----------
Fix typo in Makefile.am, which caused testoutput8-16-4 to be omitted from 
tarballs.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/Makefile.am


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2018-08-23 16:53:45 UTC (rev 991)
+++ code/trunk/ChangeLog    2018-08-29 08:26:29 UTC (rev 992)
@@ -170,7 +170,11 @@


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
------------------------------


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2018-08-23 16:53:45 UTC (rev 991)
+++ code/trunk/Makefile.am    2018-08-29 08:26:29 UTC (rev 992)
@@ -657,7 +657,7 @@
   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 \