Fix typos
[matthijs/master-project/haskell-symposium-talk.git] / Makefile
index e52a9051afae253870e9e546b6a48d198018cc68..84b4934278085a7233f216debb51a60f210ef58d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 FILE           = clash-haskell09
 LHS2TEX = lhs2TeX -v --poly --haskell
-LATEXMK = latexmk
+LATEXMK = latexmk -pdf
 RM                     = rm -f
 RSVG    = rsvg-convert --format=pdf
 
@@ -10,7 +10,7 @@ LHSRCS = \
        reducer.lhs \
        howdoesitwork.lhs \
        demo.lhs \
-       summery.lhs
+       summary.lhs
 
 LHFORMATS = \
        talk.fmt
@@ -19,7 +19,11 @@ TEXSRCS = \
   preamble.tex
 
 SVGFIGURES = \
-  mealymachine.svg
+  mealymachine2.svg \
+  mealymachine2-func-red.svg \
+  mealymachine2-state-red.svg \
+  simpleCPU.svg \
+  reducer.svg
 
 default: clash-haskell09
 
@@ -45,4 +49,4 @@ clean:
                $(RM) $(FILE).synctex.gz
                $(RM) $(FILE).nav
                $(RM) $(FILE).snm
-               $(RM) *.hi *.o *.aux
\ No newline at end of file
+               $(RM) *.hi *.o *.aux