utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit e9d255772a46d85071a2ab21e4846d00da303e9d
parent 8bf9d71a27f5686de4d6f24e577f39883c43b8e8
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Fri, 20 Oct 2023 17:15:11 -0400

make distcheck should keep tarball, rm directory

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -183,7 +183,7 @@ distcheck: dist test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1 tar xzf utf8proc-$(VERSION).tar.gz make -C utf8proc-$(VERSION) check - rm utf8proc-$(VERSION).tar.gz + rm -rf utf8proc-$(VERSION) check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o $(MAKE) -C bench