From: Aurélien Aptel Date: Thu, 2 Sep 2010 00:03:53 +0000 (+0200) Subject: fixed makefile. X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=b6af0fdc20cd79861fbf770c71484ec04405e744 fixed makefile. --- diff --git a/Makefile b/Makefile index 2da8beb..041eadb 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,6 @@ uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/st @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 - @rm -f ${DESTDIR}${MANPREFIX}/man1/sic.1 + @rm -f ${DESTDIR}${MANPREFIX}/man1/st.1 .PHONY: all options clean dist install uninstall