Skip to content
Snippets Groups Projects
Unverified Commit 98aac3b1 authored by Daniel's avatar Daniel
Browse files

MAINT: Small changes to Makefile

parent f89360c6
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXAPIDOC ?= sphinx-apidoc
PY_BASEDIR = ../caosdb
SOURCEDIR = .
BUILDDIR = ../../build/doc
......@@ -43,4 +44,4 @@ doc-help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
apidoc:
@$(SPHINXAPIDOC) -o _apidoc ../caosdb
@$(SPHINXAPIDOC) -o _apidoc $(PY_BASEDIR)
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