From c3628d9401a54b67ed9fc82c02043ca8c323fe7a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 10 Dec 2009 12:59:59 +0100 Subject: [PATCH] Don't pass the (non-existing?) --haskell option to lhs2tex. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c32d7d9..35b7088 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FILE = clash-haskell09 -LHS2TEX = lhs2TeX -v --poly --haskell +LHS2TEX = lhs2TeX -v --poly LATEXMK = latexmk -pdf RM = rm -f RSVG = rsvg-convert --format=pdf -- 2.30.2