diff --git a/Makefile b/Makefile index 4d443be..461c23d 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,22 @@ ALLSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) docs # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext +.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext build apidoc +#build: +# julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("JuliaFEM")' + +build: + julia -e 'Pkg.build("JuliaFEM")' + # create .md files from function docstrings apidoc: julia docs/build.jl +#coverage_report: +# julia -e 'Pkg.test("JuliaFEM"; coverage=true); cd(Pkg.dir("JuliaFEM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' + help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files"