X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/77ab25edd98ec5a3871fc07bceaa0cd61949b69e..c3518f67a1134e20a497dbfc3161353b650e279d:/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 $@