Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: dist: add drw.h and util.h - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 025a846ceafbcda91d132414cdf60622376df6e5
parent 2ef13088e4cf1d7f43c26df590c962a37e7a3245
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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}; \
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.