disable tic for now
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-08-07 09:32:40 +02:00
parent 02dd34b407
commit ec708fbd48
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ 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
# tic -sx st.info
@echo Please see the README file regarding the terminfo entry of st.
uninstall: