aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJ08nY2020-12-10 17:33:19 +0100
committerJ08nY2020-12-10 17:33:19 +0100
commitc952dcb9b0f463c4a407d26a30a07b26779610b2 (patch)
treed6ed583682fe013b9d0bedf25bdb6b4958e88d56 /docs/Makefile
parent9c4e18e8563c120f5dfaa5945d51e164f776adc2 (diff)
downloadpyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.gz
pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.zst
pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.zip
Update docs and README.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile
index eac584d..fc64f11 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -13,14 +13,14 @@ help:
@echo " apidoc to build api docs"
apidoc:
- mkdir -p api/codegen/
+ mkdir -p api/
sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc -M -f -e -o api/
- sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc -M --no-toc -f -e -o api/codegen/
- echo " codegen/pyecsca.codegen" >> api/modules.rst
+ sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc -M --no-toc -f -e -o api/
+ echo " pyecsca.codegen" >> api/modules.rst
.PHONY: help apidoc Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)