Makefile: dist: add drw.h and util.h - svkbd - simple virtual keyboard
 (HTM) git clone git://git.suckless.org/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 025a846ceafbcda91d132414cdf60622376df6e5
 (DIR) parent 2ef13088e4cf1d7f43c26df590c962a37e7a3245
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 13 Sep 2020 22:29:42 +0200
       
       Makefile: dist: add drw.h and util.h
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -39,7 +39,7 @@ dist:
                rm -rf "${NAME}-${VERSION}"
                mkdir -p "${NAME}-${VERSION}"
                cp LICENSE Makefile README.md config.def.h config.mk ${MAN1} \
       -                ${SRC} ${NAME}-${VERSION}
       +                drw.h util.h ${SRC} ${NAME}-${VERSION}
                for i in layout.*.h; \
                do \
                        cp $$i ${NAME}-${VERSION}; \