commit 5753c4cca5526431f0e18754a3fd287f380b8891
parent 6009e6e25bdff9548f085e9ae562b1ca305d3a0b
Author: Friedel Schön <[email protected]>
Date: Mon, 9 Dec 2024 12:33:49 +0100
remove terminfo
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -41,8 +41,6 @@ install: st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
- tic -sx st.info
- @echo Please see the README file regarding the terminfo entry of st.
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/st