Skip to content

Commit 869ad48

Browse files
updated Makefile to point at the correct notebooks directory (#730)
1 parent 4f06f60 commit 869ad48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

online-docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ help:
1818
# Catch-all target: route all unknown targets to Sphinx using the new
1919
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2020
%: Makefile
21-
cp ../postProcessing/Tutorial/*.ipynb notebooks/
21+
cp ../utils/Tutorial/*.ipynb notebooks/
2222
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)