commit ce09221c16b56a6a2430039543bc6148a2035e7c
parent 77df9f64d40ba4be9f18fae3ad1d185dbcbe565d
Author: Laslo Hunhold <dev@frign.de>
Date: Wed, 22 Dec 2021 15:59:29 +0100
Also include README in distribution tarball
Signed-off-by: Laslo Hunhold <dev@frign.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -116,7 +116,7 @@ clean-data:
dist:
mkdir libgrapheme-$(VERSION)
for m in data gen man src test; do mkdir libgrapheme-$(VERSION)/$$m; done
- cp config.mk grapheme.h LICENSE Makefile libgrapheme-$(VERSION)
+ cp config.mk grapheme.h LICENSE Makefile README libgrapheme-$(VERSION)
cp $(DATA) libgrapheme-$(VERSION)/data
cp $(GEN:=.c) gen/util.c gen/util.h libgrapheme-$(VERSION)/gen
cp $(MAN3) $(MAN7) libgrapheme-$(VERSION)/man