summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
committerNorbert Preining <norbert@preining.info>2020-03-06 03:02:13 +0000
commit6749f197f068ccc7a12ea95ee2bbfca4942c1b13 (patch)
tree342471ae07db5de9207c0f05716ffdc5a22b9bef /macros/latex/contrib/hitszthesis/Makefile
parent898048513951b471a492afa23e46112d14bcb236 (diff)
CTAN sync 202003060302
Diffstat (limited to 'macros/latex/contrib/hitszthesis/Makefile')
-rw-r--r--macros/latex/contrib/hitszthesis/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/hitszthesis/Makefile b/macros/latex/contrib/hitszthesis/Makefile
index 7f8b55e6a8..ca045485ce 100644
--- a/macros/latex/contrib/hitszthesis/Makefile
+++ b/macros/latex/contrib/hitszthesis/Makefile
@@ -1,4 +1,4 @@
-# Makefile for HITSZThesis
+# Makefile for hitszthesis
PACKAGE = hitszthesis
THESIS = main
@@ -22,7 +22,9 @@ thesis: $(THESIS).pdf
all: thesis spine
-all-dev: doc all
+dev: doc all clean
+
+pub: doc all cleanall
cls: $(CLSFILE)
@@ -62,16 +64,14 @@ test:
wordcount : $(THESIS).tex
@texcount $< -inc -chinese
-
+
clean:
$(LATEXMK) -c $(PACKAGE).dtx $(THESIS) $(SPINE)
- -@$(RM) *~ main-survey.*
cleanall: clean
- -@$(RM) $(PACKAGE).pdf $(THESIS).pdf $(SPINE).pdf
+ -@$(RM) $(CLSFILE)
distclean: cleanall
- -@$(RM) $(CLSFILE)
-@$(RM) -r dist
check: FORCE_MAKE