libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit 5a3f01e8a1b9a7847dad17260dd859d5c92bb6bd
parent 2165664f6e2fa381eea54b9f887f152df2d9f817
Author: Laslo Hunhold <dev@frign.de>
Date:   Wed,  2 Nov 2022 20:18:27 +0100

Add configure-script to dist-archive

Signed-off-by: Laslo Hunhold <dev@frign.de>

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

diff --git a/Makefile b/Makefile @@ -349,7 +349,7 @@ dist: rm -rf "libgrapheme-$(VERSION)" mkdir "libgrapheme-$(VERSION)" for m in benchmark data gen man man/template src test; do mkdir "libgrapheme-$(VERSION)/$$m"; done - cp config.mk grapheme.h LICENSE Makefile README "libgrapheme-$(VERSION)" + cp config.mk configure grapheme.h LICENSE Makefile README "libgrapheme-$(VERSION)" cp $(BENCHMARK:=.c) benchmark/util.c benchmark/util.h "libgrapheme-$(VERSION)/benchmark" cp $(DATA) "libgrapheme-$(VERSION)/data" cp $(GEN:=.c) gen/util.c gen/types.h gen/util.h "libgrapheme-$(VERSION)/gen"