Commit 850f23fa901d8cd28c4fd011c519a845ee79915c

Authored by Andrew Buss
1 parent 34a59b583b
Exists in master

Run twice to get TOC working

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -17,6 +17,7 @@
17 17  
18 18 built/%.pdf: %.tex
19 19 cd built/; pdflatex ../$<
  20 + cd built/; pdflatex ../$<
20 21 rm built/*.aux
21 22 rm built/*.log
22 23 rm built/*.out