aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorAdam Janovsky2022-05-21 09:41:28 +0200
committerAdam Janovsky2022-05-21 09:41:28 +0200
commitb01f20c1b219199ab4e1369c8cfa47c1409ba443 (patch)
tree990004636dbeaaeb320fdb438896062dd5769d06 /docs/Makefile
parent4fe5372ec385c3662a7a05d75ec40922d40c414e (diff)
downloadsec-certs-b01f20c1b219199ab4e1369c8cfa47c1409ba443.tar.gz
sec-certs-b01f20c1b219199ab4e1369c8cfa47c1409ba443.tar.zst
sec-certs-b01f20c1b219199ab4e1369c8cfa47c1409ba443.zip
Docs: configuratiom.md without editing makefile
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 0405fafe..d4bb2cbb 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -17,11 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
- @if [ "$@" = "html" ]; then \
- chmod +x ./generate_config_page.py ;\
- python3 ./generate_config_page.py ;\
- fi
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
- @if [ "$@" = "html" ]; then \
- rm ./configuration.md ;\
- fi \ No newline at end of file