From 5bce8a1de8c75d7b618cf4177c454c4139934983 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 12 Sep 2018 15:13:18 +0200 Subject: some versions of pandoc do not have --no-tex-ligatures. revert to 90640b8 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ea48e5e..25be7fc 100644 --- a/makefile +++ b/makefile @@ -18,4 +18,4 @@ clean: rm -rf * cp -p -r .backup/* . rm -rf .backup - pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md + pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md -- cgit v1.2.3