From: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Thu, 2 Sep 2010 00:03:53 +0000 (+0200)
Subject: fixed makefile.
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=b6af0fdc20cd79861fbf770c71484ec04405e744;p=st.git

fixed makefile.
---

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