[libxml2] Remove regressions.py from Makefile.am



commit 1a112c7ba28b687d6be4ca9a42bf138bca9af374
Author: Joey Arhar <jarhar chromium org>
Date:   Fri Mar 4 08:55:28 2022 -0800

    Remove regressions.py from Makefile.am
    
    This patch removes regressions.py and regressions.xml from Makefile.am.
    These files were removed in 5ec1ef1c and since they are still in
    Makefile.am, it causes "make dist-all" to fail.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index fdbbc403..6ae6175d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1256,7 +1256,7 @@ EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
             trionan.c trionan.h triostr.c triostr.h trio.c trio.h \
             triop.h triodef.h libxml.h xzlib.h buf.h \
             enc.h save.h genUnicode.py TODO_SCHEMAS \
-            dbgen.pl dbgenattr.pl regressions.py regressions.xml \
+            dbgen.pl dbgenattr.pl \
             README.tests Makefile.tests libxml2.syms timsort.h \
             README.zOS README.md \
             CMakeLists.txt config.h.cmake.in libxml2-config.cmake.cmake.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]