Skip to content

Commit

Permalink
Use cached tweener images if building fails
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemello authored and lordmauve committed May 6, 2019
1 parent 4e43ccf commit eb87d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ clean:
rm -rf $(BUILDDIR)/*

plots:
cd ..; python update_tweener_plots.py
@-/bin/true && (cd ..; python update_tweener_plots.py) || echo "WARNING: Could not build images; reusing cached files"

html: plots
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
Expand Down

0 comments on commit eb87d0e

Please sign in to comment.