forked from pathumego/font-helpers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.scripts
76 lines (73 loc) · 1.83 KB
/
Makefile.scripts
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
VERSION:=$(shell date +"%Y%m%d")
PKGNAME=font-helpers
DOCUMENTS=COPYING.scripts README.scripts ChangeLog.scripts
FFSCRIPTS=add_accented.ff \
add_accented_sc.ff \
add_anchor_ext.ff \
add_anchor_med.ff \
add_anchor_y.ff \
add_fracs.ff \
add_ipa.ff \
add_kern_pair.ff \
add_private.ff \
add_subfigs.ff \
add_supnum.ff \
adobe_name.ff \
alt_sub.ff \
anchors.ff \
anchors_sc.ff \
case_sub.ff \
clean_empty_kerns.py \
combining.ff \
combining_mono.ff \
combining_sc.ff \
cop_glyph.ff \
cop_kern_acc.ff \
cop_kern.ff \
cop_kern_left.ff \
cop_kern_mult.ff \
cop_kern_right.ff \
copy_anchors_acc.ff \
dub_aligned.ff \
dub_glyph_ch.ff \
dub_glyph.ff \
dup_glyph_vertshift.ff \
ellipsis.ff \
failkern.py \
getcvt.ff \
hflip_glyph.ff \
inst_acc.py \
liga_sub.ff \
make_bottomaccent.ff \
make_cap_accent.ff \
make_comb.ff \
make_digraph.ff \
make_double.ff \
make_dup_rot.ff \
make_dup_vertshift.ff \
make_frac.ff \
make_kern.ff \
make_kern_latin1.ff \
make_kern_sc.ff \
make_superscript.ff \
mergekern.ff \
new_glyph.ff \
same_cyrext.ff \
same_cyrext_sc.ff \
same_cyr_it.ff \
same_cyr_rm.ff \
same_kern.ff \
same_kern_sc.ff \
sc_sub.ff \
scsmall_sub.ff \
serbsubs.ff \
spaces_dashes.ff \
sub_onum.ff \
tab_sub.ff \
vflip_glyph.ff
COMPRESS=xz -9
all:
dist:
tar -cvf $(PKGNAME)-src-$(VERSION).tar Makefile.scripts \
$(FFSCRIPTS) $(DOCUMENTS)
$(COMPRESS) $(PKGNAME)-src-$(VERSION).tar