diff options
author | Marco Peereboom <marco@conformal.com> | 2011-03-02 12:20:06 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-03-02 12:20:06 +0000 |
commit | f4171a46d94742c29dff5366d5ddff5705c4980c (patch) | |
tree | fcd8691fae1e4264714553c9e06021add81c4051 /Makefile | |
parent | 4ed816d9346eed6b22ed504da97d7fb29889f4e7 (diff) | |
download | xombrero-f4171a46d94742c29dff5366d5ddff5705c4980c.tar.gz |
remove some dead javascript helpers
from Todd Carson <toc@daybefore.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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 |