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:
Tony S Yu
2011-09-23 23:55:14 -04:00
parent 5281e7564f
commit 2bd79e7076
+1 -1
View File
@@ -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."