aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index c9da182..36f613f 100644
--- a/makefile
+++ b/makefile
@@ -15,6 +15,9 @@ doc: clean sty
15all: clean sty doc 15all: clean sty doc
16 16
17local: clean sty 17local: clean sty
18 if [ ! -d "~/texmf/tex/lualatex/arabluatex" ]; then \
19 mkdir -p ~/texmf/tex/lualatex/arabluatex; \
20 fi
18 cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex 21 cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex
19 22
20package: clean all 23package: clean all
@@ -31,6 +34,7 @@ package: clean all
31 tar czf arabluatex.tar.gz arabluatex.tds.zip arabluatex/ 34 tar czf arabluatex.tar.gz arabluatex.tds.zip arabluatex/
32 35
33clean: 36clean:
37 rm -rf ~/texmf/tex/lualatex/arabluatex/
34 rm -rf tex/ doc/ source/ 38 rm -rf tex/ doc/ source/
35 rm -rf arabluatex/ 39 rm -rf arabluatex/
36 rm -rf saved/ 40 rm -rf saved/