Skip to content

Commit

Permalink
recipes: Add an example of caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jul 9, 2021
1 parent c3dfa6b commit ec63bae
Show file tree
Hide file tree
Showing 2 changed files with 1,334 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ output/coqdoc.v.html: coqdoc.v | output

# Coqdoc → HTML
output/coqdoc.html: coqdoc.v | output
$(alectryon) $< --frontend coqdoc
$(alectryon) $< --frontend coqdoc --cache-directory output/

# Coq+reST → HTML
output/literate.html: literate.v | output
Expand All @@ -70,7 +70,7 @@ output/document.tex: document.v.rst | output
output/hyps.tex: hyps.rst | output
$(alectryon) --backend xelatex $<

# FIXME
# TODO
# output/mathjax.html: mathjax.rst | output
# $(alectryon) --backend latex $<

Expand Down
Loading

0 comments on commit ec63bae

Please sign in to comment.