We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45887e commit 0ff38d1Copy full SHA for 0ff38d1
docs/Makefile
@@ -25,7 +25,8 @@ setupenv:
25
setup:
26
$(POETRY) install
27
$(POETRY) update
28
- cp -TLr source $(SOURCEDIR)
+ @if [ ! -d "$(SOURCEDIR)" ]; then mkdir -p "$(SOURCEDIR)"; fi
29
+ cp -RL source/* $(SOURCEDIR)
30
python _utils/prepare_sphinx_source.py _source
31
32
# Clean commands
0 commit comments