Skip to content
Snippets Groups Projects
Commit e9afbb53 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

Makefile.sphinx: add convenience "apidoc" target

parent 7998e3a0
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ sphinx/clean:
sphinx/%: apidoc-stamp
sphinx-build -M $* $(SPHINX_SRCDIR) $(SPHINX_BUILDDIR) $(SPHINXOPTS)
apidoc: apidoc-stamp
apidoc-stamp:
sphinx-apidoc $(APIDOC_OPTS) -o $(APIDOC_DIR) .. $(APIDOC_EXCLUDES)
touch $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment