diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-26 13:49:00 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-26 22:03:20 +0100 |
commit | b57c0423cd593cc1f6e7728416490a7856dfd032 (patch) | |
tree | 867b01c607dbe744a6c787c1ab0f63fd92053141 /Makefile | |
parent | fd62b4255eb0db6aac484f91b23d5cdc94d34892 (diff) | |
download | club1-docs-translation.tar.gz club1-docs-translation.zip |
fix Makefile MDFILES contenttranslation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |