diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,16 +29,16 @@ $(NAME).pdf: testsamples $(NAME).dtx | |||
29 | @ echo "Making the sample files first..." | 29 | @ echo "Making the sample files first..." |
30 | @ $(MAKE) --directory=$(SAMPLES) >/dev/null | 30 | @ $(MAKE) --directory=$(SAMPLES) >/dev/null |
31 | @ echo "Done making samples" | 31 | @ echo "Done making samples" |
32 | @ echo "Building the documentation of $(NAME). Please be patient..." | 32 | @ echo "Building the documentation of $(NAME) with $(CMP). Please be patient..." |
33 | @ $(do_documentation) | 33 | @ $(do_documentation) |
34 | @ echo "Now calling biber" | 34 | @ echo "Now calling biber" |
35 | @ biber $(NAME) >/dev/null | 35 | @ biber $(NAME) >/dev/null |
36 | @ echo "Returning to lualatex..." | 36 | @ echo "Returning to $(CMP)..." |
37 | @ for run in {1..4}; do $(do_documentation); done | 37 | @ for run in {1..4}; do $(do_documentation); done |
38 | @ echo "Building indexes..." | 38 | @ echo "Building indexes..." |
39 | @ if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi | 39 | @ if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi |
40 | @ if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi | 40 | @ if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi |
41 | @ echo "Final runs of lualatex..." | 41 | @ echo "Final runs of $(CMP)..." |
42 | @ for run in {1..3}; do $(call do_documentation); done | 42 | @ for run in {1..3}; do $(call do_documentation); done |
43 | @ echo "Done" | 43 | @ echo "Done" |
44 | 44 | ||