aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-04-02 11:10:22 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-04-02 11:10:22 +0200
commiteae4e733af28e5e2c2feed66d7743749cc5f5379 (patch)
treec3773cedc79639a48de2bf5ad0d681d63463d80c
parent46e745ab5381a1d3667cae369cb1792f9b70abce (diff)
downloadarabluatex-eae4e733af28e5e2c2feed66d7743749cc5f5379.tar.gz
updated makefile (local and clean rules)
-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/