From da9ff0305745e9905b5d1dc83f89c61543f2fc4c Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 14:21:01 +0300 Subject: [PATCH] web sync --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 7c6666a..60dfd5c 100644 --- a/Makefile +++ b/Makefile @@ -39,10 +39,6 @@ copyreadme: convert_notebooks: cd docs/tutorials && runipy --kernel=julia-0.4 2015-07-04-hello-world-functional-tests-part-2.ipynb /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb && ipython nbconvert /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb --to=rst -# sync web server -wwwdeploy: - rsync -r --delete docs/build/html/ $(JULIAFEM_WWW) - #coverage_report: # julia -e 'Pkg.test("JuliaFEM"; coverage=true); cd(Pkg.dir("JuliaFEM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'