aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da0eb07..496bc14 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all: $(NAME).pdf
9$(NAME).pdf: $(NAME).dtx 9$(NAME).pdf: $(NAME).dtx
10 lualatex --shell-escape --recorder --interaction=batchmode $(NAME).dtx >/dev/null 10 lualatex --shell-escape --recorder --interaction=batchmode $(NAME).dtx >/dev/null
11 biber $(NAME) >/dev/null 11 biber $(NAME) >/dev/null
12 lualatex --shell-escape --recorder --interaction=batchmode $(NAME).dtx >/dev/null
12 if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi 13 if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi
13 if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi 14 if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi
14 if [ -f loccit.idx ]; then texindy -M icite.xdy loccit.idx >/dev/null; fi 15 if [ -f loccit.idx ]; then texindy -M icite.xdy loccit.idx >/dev/null; fi
@@ -63,4 +64,4 @@ package: distclean all
63 tar czf $(NAME)-$(VERS).tar.gz $(NAME).tds.zip $(NAME)/ 64 tar czf $(NAME)-$(VERS).tar.gz $(NAME).tds.zip $(NAME)/
64 rm -rf $(NAME)/ 65 rm -rf $(NAME)/
65 66
66.PHONY: all clean lualatex distclean inst local uninst install uninstall zip package 67.PHONY: all lualatex clean distclean inst local uninst install uninstall zip package