diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-04-04 22:24:46 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-04-04 22:24:46 +0200 |
commit | 381ac49d934b5a7f32676ad9f1eacab5e72b66d1 (patch) | |
tree | 2419dfe5e359b7b8acf75aeae4afd3f4cb6d97e0 /makefile | |
parent | 14a2cebe881fe818e45b0083e46931b4fa68e0ce (diff) | |
download | arabluatex-381ac49d934b5a7f32676ad9f1eacab5e72b66d1.tar.gz |
added README.md (compiled from README.tex)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,6 @@ local: clean sty | |||
21 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex | 21 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex |
22 | 22 | ||
23 | package: clean all | 23 | package: clean all |
24 | pandoc README.tex -o README.md | ||
25 | mkdir arabluatex | 24 | mkdir arabluatex |
26 | cp *.lua *.ins *.dtx *.bib *.md *.pdf arabluatex/ | 25 | cp *.lua *.ins *.dtx *.bib *.md *.pdf arabluatex/ |
27 | mkdir -p tex/lualatex/arabluatex/ | 26 | mkdir -p tex/lualatex/arabluatex/ |
@@ -43,4 +42,5 @@ clean: | |||
43 | rm *.* | 42 | rm *.* |
44 | cp saved/* . | 43 | cp saved/* . |
45 | rm -rf saved/ | 44 | rm -rf saved/ |
45 | pandoc README.tex -o README.md | ||
46 | pandoc README.tex -o about.html | 46 | pandoc README.tex -o about.html |