We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec974e5 commit 91c6ac7Copy full SHA for 91c6ac7
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY : main cls doc clean all release cleanall FORCE_MAKE
+.PHONY : main cls doc clean all release zip cleanall FORCE_MAKE
2
3
MAIN = main
4
CLS = ustcthesis.cls ustcextra.sty
@@ -29,6 +29,12 @@ all : main doc
29
release : cls doc
30
latexmk -C
31
latexmk -c $(DTX)
32
+zip : release
33
+ mkdir ustcthesis
34
+ cp -r bib chapters figures .latexmkrc main.tex Makefile README.md \
35
+ ustcextra.sty ustcthesis.* ustcthesis/
36
+ zip -r ../ustcthesis.zip ustcthesis
37
+ -rm -rf ustcthesis
38
cleanall :
39
40
latexmk -C $(DTX)
0 commit comments