]> git.armaanb.net Git - st.git/blobdiff - Makefile
fixed makefile.
[st.git] / Makefile
index 2da8bebfd5de8987809188f8f2f3ec74d69a0325..041eadb6d84589c0711274457bfad2f2b2d40b6f 100644 (file)
--- 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