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