File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
* .ttf
2
2
* .woff
3
3
* .woff2
4
+ * .zip
4
5
Mutsuki-kana.sfd
Original file line number Diff line number Diff line change 1
1
all : mutsuki kana
2
2
3
- mutsuki : Mutsuki.ttf Mutsuki.woff Mutsuki.woff2
4
- kana : Mutsuki-kana.ttf Mutsuki-kana.woff Mutsuki-kana.woff2
3
+ mutsuki : Mutsuki.ttf Mutsuki.ttf.zip Mutsuki. woff Mutsuki.woff2
4
+ kana : Mutsuki-kana.ttf Mutsuki-kana.ttf.zip Mutsuki-kana. woff Mutsuki-kana.woff2
5
5
6
6
clean :
7
7
rm -f Mutsuki.ttf Mutsuki.woff Mutsuki.woff2
11
11
Mutsuki.ttf : Mutsuki.sfd ff_generate.py LICENSE LICENSE.ja
12
12
fontforge -lang=py -script ff_generate.py Mutsuki.sfd $@
13
13
14
+ Mutsuki.ttf.zip : Mutsuki.ttf
15
+ zip $@ Mutsuki.ttf
16
+
14
17
Mutsuki.woff : Mutsuki.sfd ff_generate.py LICENSE LICENSE.ja
15
18
fontforge -lang=py -script ff_generate.py Mutsuki.sfd $@
16
19
@@ -23,6 +26,9 @@ Mutsuki-kana.sfd: Mutsuki.sfd mutsuki-kana.pl
23
26
Mutsuki-kana.ttf : Mutsuki-kana.sfd ff_generate.py LICENSE LICENSE.ja
24
27
fontforge -lang=py -script ff_generate.py Mutsuki-kana.sfd $@
25
28
29
+ Mutsuki-kana.ttf.zip : Mutsuki.ttf
30
+ zip $@ Mutsuki-kana.ttf
31
+
26
32
Mutsuki-kana.woff : Mutsuki-kana.sfd ff_generate.py LICENSE LICENSE.ja
27
33
fontforge -lang=py -script ff_generate.py Mutsuki-kana.sfd $@
28
34
You can’t perform that action at this time.
0 commit comments