aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-30 18:25:59 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-30 18:25:59 +0200
commit36a53a9f5909ffa49ac8a20c0819ee643b0a61c1 (patch)
tree91aaac02e1657e6ba0dea688830da90478e9a21c
parente4fdd6dfe0623bf542fb152de29e006625231488 (diff)
downloadarabluatex-36a53a9f5909ffa49ac8a20c0819ee643b0a61c1.tar.gz
added phony targets to makefile
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 45cf91c..4a786b5 100644
--- a/makefile
+++ b/makefile
@@ -64,3 +64,5 @@ clean:
64 rm -rf saved/ 64 rm -rf saved/
65 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 65 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md
66 pandoc -s README.tex -o about.html 66 pandoc -s README.tex -o about.html
67
68.PHONY: sty doc all local auctex package clean