Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
2080dfe
)
fixed makefile.
author
Aurélien Aptel <
[email protected]
>
Thu, 2 Sep 2010 00:03:53 +0000
(
02:03
+0200)
committer
Aurélien Aptel <
[email protected]
>
Thu, 2 Sep 2010 00:03:53 +0000
(
02:03
+0200)
Makefile
diff
|
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
@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
.PHONY: all options clean dist install uninstall