about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-04 01:33:24 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-04 01:33:24 +0000
commit041206a1ce4377df6c268c3f5a69e36b257e78bd (patch)
tree28c384b35185ea827ac6c736e9c8bb5511e1f38d /Makefile
parenteed1a76c63f884cc7f151be46d27b5ddbf22a36a (diff)
downloadxombrero-041206a1ce4377df6c268c3f5a69e36b257e78bd.tar.gz
rename icons per ians recommendation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8eda199..be931c5 100644
--- a/Makefile
+++ b/Makefile
@@ -28,11 +28,11 @@ javascript.h: hinting.js input-focus.js
 
 beforeinstall:
 	mkdir -p ${PREFIX}/share/xxxterm
-	cp ${.CURDIR}/fightsoap16.png ${PREFIX}/share/xxxterm
-	cp ${.CURDIR}/fightsoap32.png ${PREFIX}/share/xxxterm
-	cp ${.CURDIR}/fightsoap48.png ${PREFIX}/share/xxxterm
-	cp ${.CURDIR}/fightsoap64.png ${PREFIX}/share/xxxterm
-	cp ${.CURDIR}/fightsoap128.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/xxxtermicon16.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/xxxtermicon32.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/xxxtermicon48.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/xxxtermicon64.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/xxxtermicon128.png ${PREFIX}/share/xxxterm
 
 ${PROG} ${OBJS} beforedepend: javascript.h