pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2080dfe
)
fixed makefile.
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 2 Sep 2010 00:03:53 +0000
(
02:03
+0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 2 Sep 2010 00:03:53 +0000
(
02:03
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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/s
ic
.1
+ @rm -f ${DESTDIR}${MANPREFIX}/man1/s
t
.1
.PHONY: all options clean dist install uninstall