diff options
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: |