X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=041eadb6d84589c0711274457bfad2f2b2d40b6f;hp=2da8bebfd5de8987809188f8f2f3ec74d69a0325;hb=b6af0fdc20cd79861fbf770c71484ec04405e744;hpb=2080dfebeaf82c6426c9ec2708ec8d96a7af76bb 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