commit 9620b1d8c281b80940432a396a928108f0051043
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Fri Aug 14 12:48:47 2020 +0200
Commit:     Hiltjo Posthuma <[email protected]>
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
@@ -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 \

Reply via email to