diff --git a/.gitignore b/.gitignore index e64a8d7..a06e61d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ *.orig st config.h +*.tar +*.gz diff --git a/Makefile b/Makefile index d36d2d0..c3c4ef2 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,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: