From fd2c4128141939720f8122c58807051d63fb1f59 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 14 Mar 2021 10:22:06 +0100 Subject: new general hook 'readingstyle'. better handling of 'postrefnum' --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 649af77..eade9cd 100644 --- a/Makefile +++ b/Makefile @@ -29,16 +29,16 @@ $(NAME).pdf: testsamples $(NAME).dtx @ echo "Making the sample files first..." @ $(MAKE) --directory=$(SAMPLES) >/dev/null @ echo "Done making samples" - @ echo "Building the documentation of $(NAME). Please be patient..." + @ echo "Building the documentation of $(NAME) with $(CMP). Please be patient..." @ $(do_documentation) @ echo "Now calling biber" @ biber $(NAME) >/dev/null - @ echo "Returning to lualatex..." + @ echo "Returning to $(CMP)..." @ for run in {1..4}; do $(do_documentation); done @ echo "Building indexes..." @ if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi @ if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi - @ echo "Final runs of lualatex..." + @ echo "Final runs of $(CMP)..." @ for run in {1..3}; do $(call do_documentation); done @ echo "Done" -- cgit v1.2.3