Now font.patel contains only inportings
This commit is contained in:
parent
a7182d4057
commit
68c2ed0c7d
3 changed files with 451 additions and 1728 deletions
1340
font.patel
1340
font.patel
File diff suppressed because it is too large
Load diff
7
makefile
7
makefile
|
@ -1,10 +1,11 @@
|
||||||
JSFILES = font.js support/glyph.js support/stroke.js
|
JSFILES = support/glyph.js support/stroke.js
|
||||||
|
|
||||||
all : $(JSFILES)
|
all : $(JSFILES) font.js
|
||||||
|
|
||||||
$(JSFILES) :
|
$(JSFILES) :
|
||||||
patel-c $< -o $@
|
patel-c $< -o $@
|
||||||
|
|
||||||
font.js : font.patel
|
font.js : font.patel glyphs/latin-capital.patel glyphs/latin-lower.patel
|
||||||
|
cat $^ | patel-c -o $@
|
||||||
support/glyph.js : support/glyph.patel
|
support/glyph.js : support/glyph.patel
|
||||||
support/stroke.js : support/stroke.patel
|
support/stroke.js : support/stroke.patel
|
Loading…
Add table
Add a link
Reference in a new issue