From 9620b1d8c281b80940432a396a928108f0051043 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 14 Aug 2020 12:48:47 +0200 Subject: [PATCH] Makefile: fix dist rule, reported by Job Bautista Patch adjusted, thanks Job. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a175fa..6ab0c1e 100644 --- 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 \