Skip to content

Commit f68197d

Browse files
authored
Merge pull request #927 from dgarcia360/docs-mac-support
docs: support for Mac
2 parents c8db77b + 6f11d33 commit f68197d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ setupenv:
2525
setup:
2626
$(POETRY) install
2727
$(POETRY) update
28-
cp -TLr source $(SOURCEDIR)
28+
mkdir -p $(SOURCEDIR)
29+
cp -RL source/* $(SOURCEDIR)
2930
python _utils/prepare_sphinx_source.py _source
3031

3132
# Clean commands

0 commit comments

Comments
 (0)