From: Matthijs Kooijman Date: Wed, 27 Jan 2010 13:28:05 +0000 (+0100) Subject: Don't pass --haskell to lhs2TeX, it is the default. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fdsd-paper.git;a=commitdiff_plain;h=a3f637b15eaa7eef95507963a0bc96bb18d844ae;hp=ee24f26fd3eea04d7b457a881c4f8e8d8af72bd6 Don't pass --haskell to lhs2TeX, it is the default. This makes compilation work with lhs2Tex version 1.13 and before. --- diff --git a/Makefile b/Makefile index f372234..f1782ef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - lhs2TeX -v --poly --haskell < cλash.lhs > cλash.tex + lhs2TeX -v --poly < cλash.lhs > cλash.tex latexmk -pdf -pv cλash.tex clean: