commit 0a2d1a06a9eb4b8ad10240c28edf612879385ac6
parent d829de4187c2e9f319b818d91ff71e9a2987dea2
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Tue, 19 Jan 2021 22:08:37 +0100
add test file to dist target
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -34,7 +34,7 @@ distclean: clean
dist: clean
mkdir -p scroll-$(VERSION)
cp -R README scroll.1 TODO Makefile config.mk config.def.h \
- ptty.c scroll.c \
+ ptty.c scroll.c up.sh up.log \
scroll-$(VERSION)
tar -cf - scroll-$(VERSION) | gzip > scroll-$(VERSION).tar.gz
rm -rf scroll-$(VERSION)