This commit is contained in:
Jukka Aho
2015-07-03 23:44:26 +03:00
parent 03f7caff77
commit f5dfecc8ee
+10 -1
View File
@@ -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 <target>' where <target> is one of"
@echo " html to make standalone HTML files"