diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-08-20 11:35:56 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-08-20 11:35:56 +0200 |
commit | 7cb69bc53c72e547c6d0ecb881a3233a5a79f342 (patch) | |
tree | 989c668750a99aacbe24da39afe2629a42556c42 /Makefile | |
parent | 27713b0ce27b5850afb9f55bed676f247137cb76 (diff) | |
download | ekdosis-7cb69bc53c72e547c6d0ecb881a3233a5a79f342.tar.gz |
improved \DeclareScholar now builds a list of persons within the <listPerson> element. new command \DeclareSource for editions used as sources
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ $(NAME).pdf: testsamples $(NAME).dtx | |||
34 | if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi | 34 | if [ -f $(NAME).glo ]; then makeindex -q -s gglo.ist -o $(NAME).gls $(NAME).glo; fi |
35 | if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi | 35 | if [ -f $(NAME).idx ]; then makeindex -q -s gind.ist -o $(NAME).ind $(NAME).idx; fi |
36 | $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null | 36 | $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null |
37 | $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null | ||
37 | 38 | ||
38 | samples: clean sty | 39 | samples: clean sty |
39 | $(MAKE) --directory=$(SAMPLES) | 40 | $(MAKE) --directory=$(SAMPLES) |