aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-26 13:49:00 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-26 22:03:20 +0100
commitb57c0423cd593cc1f6e7728416490a7856dfd032 (patch)
tree867b01c607dbe744a6c787c1ab0f63fd92053141 /Makefile
parentfd62b4255eb0db6aac484f91b23d5cdc94d34892 (diff)
downloadclub1-docs-b57c0423cd593cc1f6e7728416490a7856dfd032.tar.gz
club1-docs-b57c0423cd593cc1f6e7728416490a7856dfd032.zip
fix Makefile MDFILES contenttranslation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ff1a01..c70c481 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ SPHINXCMDS := pickle json htmlhelp changes xml pseudoxml linkcheck doctest
SOURCEDIR := .
BUILDDIR := _build
MDFILES := index.md $(shell find . -type f -name '*.md')
+MDFILES := $(shell find . -type f -name '*.md' -not -name 'README.*')
TEMPLATES := $(shell find _templates -type f -name '*.html')
PUBHOST ?= club1.fr