[hackers] [libgrapheme] Add configure-script to dist-archive || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Wed, 2 Nov 2022 22:36:00 +0100 (CET)

commit 5a3f01e8a1b9a7847dad17260dd859d5c92bb6bd
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Wed Nov 2 20:18:27 2022 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Wed Nov 2 22:31:17 2022 +0100

    Add configure-script to dist-archive
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/Makefile b/Makefile
index 248da61..34bf3dd 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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"
Received on Wed Nov 02 2022 - 22:36:00 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 02 2022 - 22:36:41 CET