mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 10:56:38 +08:00
DOC: Fix order of parameters passed to cp
Specifying an optional parameter after required parameters raises error (at least in OS X).
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ coveragetable:
|
||||
|
||||
html: api coveragetable
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DEST)/html
|
||||
cp source/plots $(DEST)/html -r
|
||||
cp -r source/plots $(DEST)/html
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in build/html."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user