From 2191ccdf7bddadcaa45aa6fd6afa624233c4ea97 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 18 Aug 2024 12:16:34 +0200 Subject: [PATCH] autotools: Fix EXTRA_DIST Fixes #786. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 224ed845..5caba33e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,7 +210,7 @@ DISTCLEANFILES = COPYING missing.lst EXTRA_DIST = Copyright libxml2-config.cmake.in autogen.sh \ libxml.h iso8859x.inc \ tools/gentest.py \ - tools/genChRanges tools/genEscape.py tools/genUnicode.py \ + tools/genChRanges.py tools/genEscape.py tools/genUnicode.py \ libxml2.syms timsort.h \ README.zOS README.md \ CMakeLists.txt config.h.cmake.in libxml2-config.cmake.cmake.in \