aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-06-20 03:53:06 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-06-20 03:53:06 +0200
commitd58058e62cd1556a0eee05fcd58908769ba9600d (patch)
tree34c11860cbc38340c80db03e0f07a1fcfdc1c459 /Makefile
parente4b205a898cf473b6d06d1c025eca67b8b2394b1 (diff)
downloadst-d58058e62cd1556a0eee05fcd58908769ba9600d.tar.zst
Do not generate terminfo entriesconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15db421..9b281dc 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +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: