diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/hitszthesis/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/hitszthesis/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/hitszthesis/Makefile b/Master/texmf-dist/source/latex/hitszthesis/Makefile index 7f8b55e6a8e..ca045485ce5 100644 --- a/Master/texmf-dist/source/latex/hitszthesis/Makefile +++ b/Master/texmf-dist/source/latex/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 |