| tfixed makefile. - st - [fork] customized build of st, the simple terminal | |
| git clone git://src.adamsgaard.dk/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit b6af0fdc20cd79861fbf770c71484ec04405e744 | |
| parent 2080dfebeaf82c6426c9ec2708ec8d96a7af76bb | |
| Author: Aurélien Aptel <[email protected]> | |
| Date: Thu, 2 Sep 2010 02:03:53 +0200 | |
| fixed makefile. | |
| Diffstat: | |
| M Makefile | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| t@@ -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 |