diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-03-07 11:07:01 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-03-07 11:07:01 +0100 |
commit | 1870b32dccca04c3a2c92b407a92c4e1fca7ebcf (patch) | |
tree | d4a473f163ef4152889debead3ec719346c50361 /Makefile | |
parent | f39bbc1ef8476d3fb7547835813f3c25b20a7798 (diff) | |
download | icite-1870b32dccca04c3a2c92b407a92c4e1fca7ebcf.tar.gz |
updated checksum. this is v1.0v1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |