diff options
| author | J08nY | 2023-02-18 14:13:12 +0100 |
|---|---|---|
| committer | J08nY | 2023-02-18 14:13:12 +0100 |
| commit | 4bcdef57631b4f5783391ce817eb119fea1b8c55 (patch) | |
| tree | a5c4adb1c97840fe3ba59158a705033d43fa6b2c /docs/Makefile | |
| parent | 254678c4efcd10cf043ada7531aaaeb84210ec8a (diff) | |
| download | pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.gz pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.zst pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.zip | |
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index cdf5beb..9f705ec 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,7 @@ apidoc: mkdir -p api/ sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ - cp _modules.rst api/modules.rst + mv _modules.rst api/modules.rst .PHONY: help apidoc Makefile |
