Introduction
Introduction Statistics Contact Development Disclaimer Help
add test file to dist target - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit 0a2d1a06a9eb4b8ad10240c28edf612879385ac6
parent d829de4187c2e9f319b818d91ff71e9a2987dea2
Author: Jan Klemkow <[email protected]>
Date: Tue, 19 Jan 2021 22:08:37 +0100
add test file to dist target
Diffstat:
M Makefile | 2 +-
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)
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.