aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-04-02 11:13:12 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-04-02 11:13:12 +0200
commit5fbee7b562274cee955d2b8ba47fc84d04449059 (patch)
treec789d9db79473ce91074fcea2a0ba9b9ee1e7a8c /makefile
parentf46c9c50cca7fc2f46c799a4fff3a271992c894d (diff)
downloadarabluatex-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 72f9c8f..4f1dac1 100644
--- a/makefile
+++ b/makefile
@@ -45,7 +45,7 @@ package: clean all
45clean: 45clean:
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