diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-02-22 19:57:23 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-02-22 19:57:23 +0100 |
commit | 7ee8fb4914d081905c7a927ea3caf45f1ead9060 (patch) | |
tree | 48edcc7b5ce7b29c12c48cd3221529cb4effff9c /makefile | |
parent | 14a6b9d29135a1e9e1da0b9b86c33a0874fb9a91 (diff) | |
download | arabluatex-7ee8fb4914d081905c7a927ea3caf45f1ead9060.tar.gz |
updated makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -13,14 +13,14 @@ doc: clean sty | |||
13 | all: clean sty doc | 13 | all: clean sty doc |
14 | 14 | ||
15 | package: clean sty | 15 | package: clean sty |
16 | cp ~/texmf/tex/lualatex/arabluatex/$(pkg).sty \ | 16 | # cp ~/texmf/tex/lualatex/arabluatex/$(pkg).sty \ |
17 | ~/texmf/tex/lualatex/arabluatex/$(pkg).sty-`date +%s` | 17 | # ~/texmf/tex/lualatex/arabluatex/$(pkg).sty-`date +%s` |
18 | cp ~/texmf/tex/lualatex/arabluatex/$(pkg).lua \ | 18 | # cp ~/texmf/tex/lualatex/arabluatex/$(pkg).lua \ |
19 | ~/texmf/tex/lualatex/arabluatex/$(pkg).lua-`date +%s` | 19 | # ~/texmf/tex/lualatex/arabluatex/$(pkg).lua-`date +%s` |
20 | cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua \ | 20 | # cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua \ |
21 | ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua-`date +%s` | 21 | # ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua-`date +%s` |
22 | cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua \ | 22 | # cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua \ |
23 | ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua-`date +%s` | 23 | # ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua-`date +%s` |
24 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex | 24 | cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex |
25 | 25 | ||
26 | clean: | 26 | clean: |