aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 02:03:53 +0200
committerGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 02:03:53 +0200
commitb6af0fdc20cd79861fbf770c71484ec04405e744 (patch)
treecd0159abfa5b657a76aa49d4d0c49f111d077e60 /Makefile
parent2080dfebeaf82c6426c9ec2708ec8d96a7af76bb (diff)
fixed makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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