diff options
author | Robert Alessi <alessi@robertalessi.net> | 2017-04-02 11:13:12 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2017-04-02 11:13:12 +0200 |
commit | 5fbee7b562274cee955d2b8ba47fc84d04449059 (patch) | |
tree | c789d9db79473ce91074fcea2a0ba9b9ee1e7a8c /makefile | |
parent | f46c9c50cca7fc2f46c799a4fff3a271992c894d (diff) | |
download | arabluatex-5fbee7b562274cee955d2b8ba47fc84d04449059.tar.gz |
new \Cap command that does the same as \cap but is never discarded; it is used internally to protect \cap when it is necessary
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ package: clean all | |||
45 | clean: | 45 | clean: |
46 | rm -rf ~/texmf/tex/lualatex/arabluatex/ | 46 | rm -rf ~/texmf/tex/lualatex/arabluatex/ |
47 | rm -rf ~/.emacs.d/auctex/auto/arabluatex*.el | 47 | rm -rf ~/.emacs.d/auctex/auto/arabluatex*.el |
48 | rm -rf tex/ doc/ source/ | 48 | rm -rf tex/ doc/ source/ auto/ |
49 | rm -rf arabluatex/ | 49 | rm -rf arabluatex/ |
50 | rm -rf saved/ | 50 | rm -rf saved/ |
51 | mkdir saved | 51 | mkdir saved |