Skip to content

Commit

Permalink
mandel
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Feb 24, 2025
1 parent 353d223 commit 469dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
cp $$(jq '."install-plan"[]|select(."component-name"=="flib:apple")|."bin-file"' dist-newstyle/cache/plan.json -r) $@
endif

docs/index.html: doc/apple-by-example.md nb/hist.html nb/convolve.html nb/randomWalk.html nb/lorenz.html
docs/index.html: doc/apple-by-example.md nb/hist.html nb/convolve.html nb/randomWalk.html nb/lorenz.html nb/mandel.html
pandoc --mathjax --lua-filter=include-files.lua -s $< -o $@ --toc

nb/%.html: nb/%.ipynb
Expand Down

0 comments on commit 469dfdd

Please sign in to comment.