[hackers] [svkbd] Makefile: dist: add drw.h and util.h || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sun, 13 Sep 2020 22:30:39 +0200 (CEST)

commit 025a846ceafbcda91d132414cdf60622376df6e5
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sun Sep 13 22:29:42 2020 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sun Sep 13 22:29:42 2020 +0200

    Makefile: dist: add drw.h and util.h

diff --git a/Makefile b/Makefile
index 6ab0c1e..a9ac4d8 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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}; \
Received on Sun Sep 13 2020 - 22:30:39 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 13 2020 - 22:36:30 CEST