about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
committerMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
commitf4171a46d94742c29dff5366d5ddff5705c4980c (patch)
treefcd8691fae1e4264714553c9e06021add81c4051 /Makefile
parent4ed816d9346eed6b22ed504da97d7fb29889f4e7 (diff)
downloadxombrero-f4171a46d94742c29dff5366d5ddff5705c4980c.tar.gz
remove some dead javascript helpers
from Todd Carson <toc@daybefore.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8e4ae90..d480a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,11 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread
 
 MANDIR= ${PREFIX}/man/cat
 
-CLEANFILES += javascript.h
+CLEANFILES += ${.CURDIR}/javascript.h
 
-${.CURDIR}/javascript.h: hinting.js input-focus.js inverse.js
+${.CURDIR}/javascript.h: hinting.js input-focus.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
-	    ${.CURDIR}/input-focus.js ${.CURDIR}/inverse.js \
-	>  ${.CURDIR}/javascript.h
+	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
 
 beforeinstall:
 	mkdir -p ${PREFIX}/share/xxxterm