aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-04-04 22:24:46 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-04-04 22:24:46 +0200
commit381ac49d934b5a7f32676ad9f1eacab5e72b66d1 (patch)
tree2419dfe5e359b7b8acf75aeae4afd3f4cb6d97e0 /makefile
parent14a2cebe881fe818e45b0083e46931b4fa68e0ce (diff)
downloadarabluatex-381ac49d934b5a7f32676ad9f1eacab5e72b66d1.tar.gz
added README.md (compiled from README.tex)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5681a92..75d07b6 100644
--- a/makefile
+++ b/makefile
@@ -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
23package: clean all 23package: 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