Commit 971c8851 authored by Adam Chlipala's avatar Adam Chlipala

Finish porting MoreDep

parent 133d0628
......@@ -45,8 +45,8 @@ latex/%.tex: src/%.v
latex/%.dvi: latex/%.tex
cd latex ; latex $* ; latex $*
%.pdf: %.dvi
pdflatex $<
latex/%.pdf: latex/%.dvi
cd latex ; pdflatex $* ; pdflatex $*
html: Makefile $(VS) src/toc.html
mkdir -p html
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment