about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2010-08-12 03:13:59 +0000
committerMarco Peereboom <marco@conformal.com>2010-08-12 03:13:59 +0000
commit71f6dcdd0c5bfbdb7c37070be9aa70844c05295b (patch)
tree609f3b6a7b02a8ddb1bcff0d1f3b0153637f8961 /Makefile
parent399d392103e4450b043b1ede96b46687ef5a485d (diff)
downloadxombrero-71f6dcdd0c5bfbdb7c37070be9aa70844c05295b.tar.gz
Add f to follow links.
javascript code from vimprobable

this breaks the build when using obj and todd needs to help unfucking that
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f589db..4ff3cc7 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,16 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread
 
 MANDIR= ${PREFIX}/man/cat
 
+CLEANFILES += javascript.h
+
+javascript.h: hinting.js input-focus.js
+	perl js-merge-helper.pl
+
+
+#tables.h: ${.CURDIR}/../tables ${.CURDIR}/../parsedb.pl
+#        perl ${.CURDIR}/../parsedb.pl < ${.CURDIR}/../tables
+
+
+${PROG} ${OBJS} beforedepend: javascript.h
+
 .include <bsd.prog.mk>