aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJ08nY2023-02-18 14:13:12 +0100
committerJ08nY2023-02-18 14:13:12 +0100
commit4bcdef57631b4f5783391ce817eb119fea1b8c55 (patch)
treea5c4adb1c97840fe3ba59158a705033d43fa6b2c /docs/Makefile
parent254678c4efcd10cf043ada7531aaaeb84210ec8a (diff)
downloadpyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.gz
pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.tar.zst
pyecsca-4bcdef57631b4f5783391ce817eb119fea1b8c55.zip
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
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