diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-06 14:34:26 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-06 14:34:26 +0400 |
commit | df29496846c5f7103de93d52538b59b636f3a46b (patch) | |
tree | 218852ec9c6354eea23d4baa7522798f942259f3 /Makefile | |
parent | 72203bdfe91ebe3c63fcd1e4258f98408021f668 (diff) |
scrolling added
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -38,11 +38,6 @@ install: st mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f st $(DESTDIR)$(PREFIX)/bin chmod 755 $(DESTDIR)$(PREFIX)/bin/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 |