about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 873fe04..5c10f16 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,13 @@ javascript.h: hinting.js input-focus.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
 	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
 
-
-#tables.h: ${.CURDIR}/../tables ${.CURDIR}/../parsedb.pl
-#        perl ${.CURDIR}/../parsedb.pl < ${.CURDIR}/../tables
-
+install:
+	mkdir -p ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/fightsoap16.jpg ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/fightsoap32.jpg ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/fightsoap48.jpg ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/fightsoap64.jpg ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/fightsoap128.jpg ${PREFIX}/share/xxxterm
 
 ${PROG} ${OBJS} beforedepend: javascript.h