diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-03-08 10:34:14 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-03-08 10:34:14 +0100 |
commit | 47b412ad0f7d625149a6ae4a0fb94c1db8eaee05 (patch) | |
tree | 19986b7c055d3f90a2bb29363063222498fd4588 | |
parent | 937ac59277b655a7dbdea118ad12087cf7b9ad51 (diff) | |
download | arabluatex-47b412ad0f7d625149a6ae4a0fb94c1db8eaee05.tar.gz |
updated makefile
-rw-r--r-- | arabluatex.dtx | 1 | ||||
-rw-r--r-- | makefile | 17 |
2 files changed, 17 insertions, 1 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index d0fe36f..1d9fbda 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -209,6 +209,7 @@ | |||
209 | % lexicons that can be searched, analyzed and correlated in various | 209 | % lexicons that can be searched, analyzed and correlated in various |
210 | % ways. | 210 | % ways. |
211 | % | 211 | % |
212 | % | ||
212 | % | 213 | % |
213 | %\subsection{\package{arabluatex} is for \LuaLaTeX} | 214 | %\subsection{\package{arabluatex} is for \LuaLaTeX} |
214 | % It goes without saying that \package{arabluatex} requires | 215 | % It goes without saying that \package{arabluatex} requires |
@@ -13,10 +13,25 @@ doc: clean sty | |||
13 | 13 | ||
14 | all: clean sty doc | 14 | all: clean sty doc |
15 | 15 | ||
16 | package: clean sty | 16 | local: clean sty |
17 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex | 17 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex |
18 | 18 | ||
19 | package: clean all | ||
20 | mkdir arabluatex | ||
21 | cp *.lua *.ins *.dtx *.bib arabluatex/ | ||
22 | mkdir -p tex/lualatex/arabluatex/ | ||
23 | cp *.lua *.sty tex/lualatex/arabluatex/ | ||
24 | mkdir -p doc/lualatex/arabluatex/ | ||
25 | cp *.pdf doc/lualatex/arabluatex/ | ||
26 | mkdir -p source/lualatex/arabluatex/ | ||
27 | cp *.lua *.ins *.dtx source/lualatex/arabluatex/ | ||
28 | zip -r arabluatex.tds.zip tex doc source | ||
29 | mv arabluatex.tds.zip arabluatex | ||
30 | tar czf arabluatex.tar.gz arabluatex | ||
31 | |||
19 | clean: | 32 | clean: |
33 | rm -rf tex/ doc/ source/ | ||
34 | rm -rf arabluatex/ | ||
20 | rm -rf saved/ | 35 | rm -rf saved/ |
21 | mkdir saved | 36 | mkdir saved |
22 | cp *.{lua,ins,dtx,bib} makefile saved | 37 | cp *.{lua,ins,dtx,bib} makefile saved |