X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/49670721994d1b3b0c90bbe50a047974396c26f7..cc9044a1aa3f79cda743040573d49bc71fb7805f:/Makefile diff --git a/Makefile b/Makefile index e1749fd..b659bfe 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 $@ https://fontello.com/$$(cat $<)/get + +minimedit.%: .fontello.zip + unzip -q -j -DD -o $< '*/$@'