diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ install: all | |||
49 | @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 | 49 | @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 |
50 | @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 | 50 | @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 |
51 | @echo Please see the README file regarding the terminfo entry of st. | 51 | @echo Please see the README file regarding the terminfo entry of st. |
52 | @tic -s st.info | 52 | @tic -sx st.info |
53 | 53 | ||
54 | uninstall: | 54 | uninstall: |
55 | @echo removing executable file from ${DESTDIR}${PREFIX}/bin | 55 | @echo removing executable file from ${DESTDIR}${PREFIX}/bin |