We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff38d1 commit 6f11d33Copy full SHA for 6f11d33
docs/Makefile
@@ -25,7 +25,7 @@ setupenv:
25
setup:
26
$(POETRY) install
27
$(POETRY) update
28
- @if [ ! -d "$(SOURCEDIR)" ]; then mkdir -p "$(SOURCEDIR)"; fi
+ mkdir -p $(SOURCEDIR)
29
cp -RL source/* $(SOURCEDIR)
30
python _utils/prepare_sphinx_source.py _source
31
0 commit comments