Skip to content

Commit

Permalink
minor makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Dec 10, 2018
1 parent b7ec012 commit 9719a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
rm -rf build/
rm -rf ./build/
cp -vr ../examples source/
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -r source/examples
Expand Down

0 comments on commit 9719a12

Please sign in to comment.