summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/Makefile
diff options
context:
space:
mode:
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