aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-04-05 10:00:48 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-04-05 10:00:48 +0200
commita497cba70d1339b4a7c7cb78dd78dbb030830b0b (patch)
treedd0c16a2c6a0f00d14152508d56135e2996a7b00 /makefile
parentea0803be8f2c43bcf3fca9d3a05b76bba589b405 (diff)
downloadarabluatex-a497cba70d1339b4a7c7cb78dd78dbb030830b0b.tar.gz
makefile: remove header_attributes from README.md
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 75d07b6..154d2fd 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 45 pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md
46 pandoc README.tex -o about.html 46 pandoc README.tex -o about.html