about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ade2dc..8e4ae90 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,10 @@ MANDIR= ${PREFIX}/man/cat
 
 CLEANFILES += javascript.h
 
-${.CURDIR}/javascript.h: hinting.js input-focus.js
+${.CURDIR}/javascript.h: hinting.js input-focus.js inverse.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
-	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
+	    ${.CURDIR}/input-focus.js ${.CURDIR}/inverse.js \
+	>  ${.CURDIR}/javascript.h
 
 beforeinstall:
 	mkdir -p ${PREFIX}/share/xxxterm
@@ -34,6 +35,7 @@ beforeinstall:
 	cp ${.CURDIR}/xxxtermicon48.png ${PREFIX}/share/xxxterm
 	cp ${.CURDIR}/xxxtermicon64.png ${PREFIX}/share/xxxterm
 	cp ${.CURDIR}/xxxtermicon128.png ${PREFIX}/share/xxxterm
+	cp ${.CURDIR}/style.css ${PREFIX}/share/xxxterm
 
 ${PROG} ${OBJS} beforedepend: ${.CURDIR}/javascript.h
 
tter Kartik Agaram <vc@akkartik.com> 2019-09-02 15:15:11 -0700 5608 - write int to stream' href='/akkartik/mu/commit/079write-int.subx?h=hlt&id=968380517a7bea91ebcbf02a329da4fdbf7b3d78'>96838051 ^
bfcc0f85 ^
96838051 ^
6070c23e ^
96838051 ^










7a583220 ^
96838051 ^














7dac9ade ^
96838051 ^






































































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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121