diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-04 01:33:24 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-04 01:33:24 +0000 |
commit | 041206a1ce4377df6c268c3f5a69e36b257e78bd (patch) | |
tree | 28c384b35185ea827ac6c736e9c8bb5511e1f38d /Makefile | |
parent | eed1a76c63f884cc7f151be46d27b5ddbf22a36a (diff) | |
download | xombrero-041206a1ce4377df6c268c3f5a69e36b257e78bd.tar.gz |
rename icons per ians recommendation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
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 |