Now font.patel contains only inportings
This commit is contained in:
parent
a7182d4057
commit
68c2ed0c7d
1342
font.patel
1342
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) :
|
||||
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/stroke.js : support/stroke.patel
|
Loading…
Reference in New Issue
Block a user