Xinqi Bao's Git

fixed makefile.
authorAurĂ©lien Aptel <[email protected]>
Thu, 2 Sep 2010 00:03:53 +0000 (02:03 +0200)
committerAurĂ©lien Aptel <[email protected]>
Thu, 2 Sep 2010 00:03:53 +0000 (02:03 +0200)
Makefile

index 2da8beb..041eadb 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