Add configure-script to dist-archive - libgrapheme - unicode string library
HTML git clone git://git.suckless.org/libgrapheme
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5a3f01e8a1b9a7847dad17260dd859d5c92bb6bd
DIR parent 2165664f6e2fa381eea54b9f887f152df2d9f817
HTML 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:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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"