aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-12 15:07:27 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-12 15:07:27 +0200
commit2656c81b34383b34648ea023b873e48c05c5116b (patch)
tree3997e13f1608db1528ae6b606cf829b2f97fa682 /makefile
parent90640b8eac23fe076f5fd49d50ca609303237b97 (diff)
downloadcourses-2656c81b34383b34648ea023b873e48c05c5116b.tar.gz
pass --no-tex-ligatures to pandoc
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 25be7fc..ea48e5e 100644
--- a/makefile
+++ b/makefile
@@ -18,4 +18,4 @@ clean:
18 rm -rf * 18 rm -rf *
19 cp -p -r .backup/* . 19 cp -p -r .backup/* .
20 rm -rf .backup 20 rm -rf .backup
21 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 21 pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md