From 7cb69bc53c72e547c6d0ecb881a3233a5a79f342 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 20 Aug 2020 11:35:56 +0200 Subject: improved \DeclareScholar now builds a list of persons within the element. new command \DeclareSource for editions used as sources --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 550ae95..39a1aaf 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ $(NAME).pdf: testsamples $(NAME).dtx 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 $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null + $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null samples: clean sty $(MAKE) --directory=$(SAMPLES) -- cgit v1.2.3