diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-10-13 15:11:27 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-10-13 15:11:27 +0200 |
commit | 00cf7545d71c4247d376fe7d0e996a2068532438 (patch) | |
tree | 7a1f5a16b97c88e3dd8a085939e8fdfdd6100b4e /makefile | |
parent | 2e19b51d0f23c572968b6c50abb1b1d210ffb131 (diff) | |
download | arabluatex-00cf7545d71c4247d376fe7d0e996a2068532438.tar.gz |
call pandoc without -s
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |