commit 2aff3ab82215166af5f5032098b30145820f75f0
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Wed Nov 2 20:18:27 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Wed Nov 2 20:19:49 2022 +0100

    Add configure-script to dist-archive
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/Makefile b/Makefile
index 5933d4d..60850dd 100644
--- a/Makefile
+++ b/Makefile
@@ -313,7 +313,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"

Reply via email to