X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/8b9d1b500532e7572964c2c7c9b8a03cb9216323..49670721994d1b3b0c90bbe50a047974396c26f7:/Makefile diff --git a/Makefile b/Makefile index 49bf4d2..e1749fd 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,12 @@ lib/.justified/dist/justified-layout.js: lib/.justified lib/.justified: git clone https://github.com/flickr/justified-layout $@ +lib/.ckeditor: lib/.ckeditor-build.js + git clone git://github.com/ckeditor/ckeditor-dev $@ + cp $^ lib/.ckeditor/dev/builder/build-config.js + +lib/ckeditor: lib/.ckeditor + /bin/bash $^/dev/builder/build.sh + 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 $@