diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:29:55 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:29:55 +0200 |
commit | a0cabb2f3e821251d81ae678df0e906286b6bc5a (patch) | |
tree | 62c30c231662aa7668bd0652a85d57f98fad9c8e /makefile | |
parent | a497cba70d1339b4a7c7cb78dd78dbb030830b0b (diff) | |
download | arabluatex-a0cabb2f3e821251d81ae678df0e906286b6bc5a.tar.gz |
.md and .html files are now standalone
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,5 +42,5 @@ clean: | |||
42 | rm *.* | 42 | rm *.* |
43 | cp saved/* . | 43 | cp saved/* . |
44 | rm -rf saved/ | 44 | rm -rf saved/ |
45 | pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md | 45 | pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md |
46 | pandoc README.tex -o about.html | 46 | pandoc -s README.tex -o about.html |