summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-10 03:01:21 +0000
committerNorbert Preining <norbert@preining.info>2020-09-10 03:01:21 +0000
commit7453287d9233f42e36d981105bc93baf3e2b3a6a (patch)
tree30a36d951175907fd86f6ca09765de79b141cd5d /macros/latex/contrib/thuthesis/Makefile
parent4b315627efc5a6beb1e6c6ec7a98779f215c75eb (diff)
CTAN sync 202009100301
Diffstat (limited to 'macros/latex/contrib/thuthesis/Makefile')
-rw-r--r--macros/latex/contrib/thuthesis/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/macros/latex/contrib/thuthesis/Makefile b/macros/latex/contrib/thuthesis/Makefile
index 1b75fed140..3ab76d06e3 100644
--- a/macros/latex/contrib/thuthesis/Makefile
+++ b/macros/latex/contrib/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)