diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:00:48 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:00:48 +0200 |
commit | a497cba70d1339b4a7c7cb78dd78dbb030830b0b (patch) | |
tree | dd0c16a2c6a0f00d14152508d56135e2996a7b00 /makefile | |
parent | ea0803be8f2c43bcf3fca9d3a05b76bba589b405 (diff) | |
download | arabluatex-a497cba70d1339b4a7c7cb78dd78dbb030830b0b.tar.gz |
makefile: remove header_attributes from README.md
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 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 | 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 |