X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/2e37752961f439c33614a9d8469d7c297f0465cb..12c25bcea973ced6e3b3b03f05cdb3f45fcd9f7f:/Makefile diff --git a/Makefile b/Makefile index 9ec8d21..2fb13ae 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p st-${VERSION} - @cp -R LICENSE Makefile README config.mk st.h ${SRC} st-${VERSION} + @cp -R LICENSE Makefile README config.mk config.h st.info ${SRC} st-${VERSION} @tar -cf st-${VERSION}.tar st-${VERSION} @gzip st-${VERSION}.tar @rm -rf st-${VERSION} @@ -41,7 +41,7 @@ install: all @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f st ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/st - @tic st.info + @tic -s st.info uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin