Skip to content

Commit 6f11d33

Browse files
committed
address comments
1 parent 0ff38d1 commit 6f11d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ setupenv:
2525
setup:
2626
$(POETRY) install
2727
$(POETRY) update
28-
@if [ ! -d "$(SOURCEDIR)" ]; then mkdir -p "$(SOURCEDIR)"; fi
28+
mkdir -p $(SOURCEDIR)
2929
cp -RL source/* $(SOURCEDIR)
3030
python _utils/prepare_sphinx_source.py _source
3131

0 commit comments

Comments
 (0)