aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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