diff options
| author | J08nY | 2020-12-10 17:33:19 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-10 17:33:19 +0100 |
| commit | c952dcb9b0f463c4a407d26a30a07b26779610b2 (patch) | |
| tree | d6ed583682fe013b9d0bedf25bdb6b4958e88d56 /docs/Makefile | |
| parent | 9c4e18e8563c120f5dfaa5945d51e164f776adc2 (diff) | |
| download | pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.gz pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.tar.zst pyecsca-c952dcb9b0f463c4a407d26a30a07b26779610b2.zip | |
Update docs and README.
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 8 |
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) |
