aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-03-14 15:50:45 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-03-14 15:50:45 +0100
commit01d0809f81a7cf1f21d2774e447174959b9373cf (patch)
treef19b5b607fb76ecd0870139a67293dcbacbba741 /makefile
parent3a323f1740ab27c06354124b389e1e94d7e2c81b (diff)
downloadarabluatex-01d0809f81a7cf1f21d2774e447174959b9373cf.tar.gz
some corrections in the tables as |BaN|; still writing the documentation
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index f910a70..4590e8a 100644
--- a/makefile
+++ b/makefile
@@ -6,6 +6,7 @@ sty: clean
6doc: clean sty 6doc: clean sty
7 lualatex $(pkg).dtx 7 lualatex $(pkg).dtx
8 biber arabluatex 8 biber arabluatex
9 lualatex $(pkg).dtx
9 makeindex -s gind.ist -o $(pkg).ind $(pkg).idx 10 makeindex -s gind.ist -o $(pkg).ind $(pkg).idx
10 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo 11 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo
11 lualatex $(pkg).dtx 12 lualatex $(pkg).dtx
@@ -26,8 +27,7 @@ package: clean all
26 mkdir -p source/lualatex/arabluatex/ 27 mkdir -p source/lualatex/arabluatex/
27 cp *.lua *.ins *.dtx *.bib source/lualatex/arabluatex/ 28 cp *.lua *.ins *.dtx *.bib source/lualatex/arabluatex/
28 zip -r arabluatex.tds.zip tex doc source 29 zip -r arabluatex.tds.zip tex doc source
29 mv arabluatex.tds.zip arabluatex 30 tar czf arabluatex.tar.gz arabluatex.tds.zip arabluatex/
30 tar czf arabluatex.tar.gz arabluatex
31 31
32clean: 32clean:
33 rm -rf tex/ doc/ source/ 33 rm -rf tex/ doc/ source/