Skip to content

Commit

Permalink
Fix to doc makefile, add examples to index
Browse files Browse the repository at this point in the history
Needed to add new *.svg files to list in makefile so the pdf build won't
fail.
  • Loading branch information
jcrist committed Aug 6, 2014
1 parent 0edab7c commit a74fdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPHINXVER = 0.5
SPHINXBUILD = PYTHONPATH=..:$(PYTHONPATH) sphinx-build
PAPER =

SVGFILES = $(wildcard src/modules/physics/vector/*.svg) $(wildcard src/modules/physics/mechanics/*.svg)
SVGFILES = $(wildcard src/modules/physics/vector/*.svg) $(wildcard src/modules/physics/mechanics/examples/*.svg)
PDFFILES = $(SVGFILES:%.svg=%.pdf)

ALLSPHINXOPTS = -d _build/doctrees $(SPHINXOPTS) src
Expand Down
1 change: 1 addition & 0 deletions doc/src/modules/physics/mechanics/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ consider adding it here!

examples/rollingdisc_example.rst
examples/bicycle_example.rst
examples/lin_pend_nonmin_example.rst

0 comments on commit a74fdf7

Please sign in to comment.