mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 04:10:54 +00:00
phony
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user