commit 5a3f01e8a1b9a7847dad17260dd859d5c92bb6bd
Author: Laslo Hunhold <[email protected]>
AuthorDate: Wed Nov 2 20:18:27 2022 +0100
Commit: Laslo Hunhold <[email protected]>
CommitDate: Wed Nov 2 22:31:17 2022 +0100
Add configure-script to dist-archive
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/Makefile b/Makefile
index 248da61..34bf3dd 100644
--- 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"