X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/a17b3a77e5774bdb135c6eb017daa5e02d8c5562..38cf6657d274595ff4a2025a71376525864243ce:/Makefile diff --git a/Makefile b/Makefile index e1749fd..c58390c 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,12 @@ lib/ckeditor: lib/.ckeditor cat $^/dev/builder/release/ckeditor/lang/nl.js >>$^/dev/builder/release/ckeditor/ckeditor.js #TODO: strip headers #TODO: cat dialogs psw-filters >>js ln -s .ckeditor/dev/builder/release/ckeditor $@ + +.fontello.url: .fontello-config.json + curl -sSf -o $@ --form 'config=@$<' https://fontello.com + +.fontello.zip: .fontello.url + curl -sSf -o $@ ${FONTELLO_HOST}/$$(cat $<)/get + +minimedit.%: .fontello.zip + unzip -q -j -DD -o $< '*/$@'