diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-09 20:57:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-09 20:57:31 +0000 |
commit | 4a264bf091040319f9bc0a0564729de3a3bfdb11 (patch) | |
tree | 02bc05d3a123693f37f4ae758d7c16aa330edeef /Master/texmf-dist/doc/latex/thuthesis/Makefile | |
parent | 736754172b88861049bf28a4e4b381af4f42a4af (diff) |
thuthesis (9sep20)
git-svn-id: svn://tug.org/texlive/trunk@56305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/thuthesis/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/Makefile b/Master/texmf-dist/doc/latex/thuthesis/Makefile index 1b75fed140a..3ab76d06e38 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/Makefile +++ b/Master/texmf-dist/doc/latex/thuthesis/Makefile @@ -54,13 +54,18 @@ viewspine: spine $(LATEXMK) -pv $(SPINE) save: +ifeq ($(target),) bash testfiles/save.sh - -savepdf: - bash testfiles/save-pdf.sh +else + bash testfiles/save.sh $(target) +endif test: +ifeq ($(target),) l3build check +else + bash testfiles/test.sh $(target) +endif clean: $(LATEXMK) -c $(PACKAGE).dtx $(THESIS) $(SPINE) |