[hackers] [svkbd] Makefile: fix dist rule, reported by Job Bautista || Hiltjo Posthuma
commit 9620b1d8c281b80940432a396a928108f0051043
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Fri Aug 14 12:48:47 2020 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Aug 14 12:48:47 2020 +0200
Makefile: fix dist rule, reported by Job Bautista
Patch adjusted, thanks Job.
diff --git a/Makefile b/Makefile
index 6a175fa..6ab0c1e 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -38,7 +38,7 @@ clean:
dist:
rm -rf "${NAME}-${VERSION}"
mkdir -p "${NAME}-${VERSION}"
- cp LICENSE Makefile README config.def.h config.mk ${MAN1} \
+ cp LICENSE Makefile README.md config.def.h config.mk ${MAN1} \
${SRC} ${NAME}-${VERSION}
for i in layout.*.h; \
do \
Received on Fri Aug 14 2020 - 12:49:29 CEST
This archive was generated by hypermail 2.3.0
: Fri Aug 14 2020 - 13:00:35 CEST