Makefile: fix dist rule, reported by Job Bautista - svkbd - simple virtual keyb… | |
git clone git://git.suckless.org/svkbd | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9620b1d8c281b80940432a396a928108f0051043 | |
parent 0bd17df5ed0a121f003a4a26c265dc54a0fa923d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 14 Aug 2020 12:48:47 +0200 | |
Makefile: fix dist rule, reported by Job Bautista | |
Patch adjusted, thanks Job. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -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 \ |