From: Matthijs Kooijman Date: Thu, 10 Dec 2009 11:31:42 +0000 (+0100) Subject: Use latexmk -C instead of -CA. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=commitdiff_plain;h=a937898187c63b26f52ed04c99caa321003be27b Use latexmk -C instead of -CA. It seems -CA isn't supported on my system? --- diff --git a/Makefile b/Makefile index 79b8aac..c32d7d9 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ figs : $(SVGFIGURES:.svg=.pdf) $(RSVG) $< > $@ clean: - latexmk -CA clash-haskell09 + latexmk -C clash-haskell09 $(RM) $(SVGFIGURES:.svg=.pdf) $(RM) $(FILE).tex $(RM) $(FILE).ptb