diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-08-28 19:48:01 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-08-28 19:48:01 +0200 |
commit | 0bb0349f8bfaceac713f00dc42c9dc7c5f17aa4d (patch) | |
tree | 54af9fef52839f8ec599030dfd3c8097349d365e /Makefile | |
parent | f56c61b70af2ad5bcdb3dca418d6a3ad6cd47d3a (diff) | |
download | ekdosis-0bb0349f8bfaceac713f00dc42c9dc7c5f17aa4d.tar.gz |
requiring xparse is no longer necessary.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ $(NAME).pdf: testsamples $(NAME).dtx | |||
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 | $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null |
38 | $(CMP) --shell-escape --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null | ||
38 | 39 | ||
39 | samples: clean sty | 40 | samples: clean sty |
40 | $(MAKE) --directory=$(SAMPLES) | 41 | $(MAKE) --directory=$(SAMPLES) |