aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-04-05 10:29:55 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-04-05 10:29:55 +0200
commita0cabb2f3e821251d81ae678df0e906286b6bc5a (patch)
tree62c30c231662aa7668bd0652a85d57f98fad9c8e /makefile
parenta497cba70d1339b4a7c7cb78dd78dbb030830b0b (diff)
downloadarabluatex-a0cabb2f3e821251d81ae678df0e906286b6bc5a.tar.gz
.md and .html files are now standalone
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 154d2fd..515ba29 100644
--- a/makefile
+++ b/makefile
@@ -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