about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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>
the previous revision' href='/akspecs/ranger/blame/ranger.py?id=d40d1cf901a914430190068e6d8f56e0eb29107d'>^
d1a1173d ^
8fa87054 ^
e2393938 ^
06848dc3 ^
240394a4 ^
f027adc0 ^
08f08fb9 ^
654af129 ^
08f08fb9 ^
d8084b41 ^

99400080 ^
08f08fb9 ^

654af129 ^

d1a1173d ^
d8084b41 ^
cba63cf3 ^
b4250dbc ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39