Makefile: fix dist rule, reported by Job Bautista - svkbd - simple virtual keyboard
 (HTM) git clone git://git.suckless.org/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9620b1d8c281b80940432a396a928108f0051043
 (DIR) parent 0bd17df5ed0a121f003a4a26c265dc54a0fa923d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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 \