aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-10-13 15:11:27 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-10-13 15:11:27 +0200
commit00cf7545d71c4247d376fe7d0e996a2068532438 (patch)
tree7a1f5a16b97c88e3dd8a085939e8fdfdd6100b4e /makefile
parent2e19b51d0f23c572968b6c50abb1b1d210ffb131 (diff)
downloadarabluatex-00cf7545d71c4247d376fe7d0e996a2068532438.tar.gz
call pandoc without -s
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 900ae1d..4911962 100644
--- a/makefile
+++ b/makefile
@@ -85,7 +85,7 @@ clean:
85 rm *.* 85 rm *.*
86 cp saved/* . 86 cp saved/* .
87 rm -rf saved/ 87 rm -rf saved/
88 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 88 pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md
89 pandoc -s README.tex -o about.html 89 pandoc README.tex -o about.html
90 90
91.PHONY: sty doc all local inst auctex zip package clean 91.PHONY: sty doc all local inst auctex zip package clean