File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,16 @@ Please follow the procedure below:
52
52
To use Makefile, you should have GNU ` make ` tool installed.
53
53
54
54
``` bash
55
- make thesis # generate thesis main.pdf;
56
- make spine # generate book spine for printing spine.pdf;
57
- make doc # generate template documentation hitszthesis.pdf;
58
- make all # generate thesis and spine, same as `make thesis && make spine`;
59
- make wordcount # count word in thesis main.pdf
60
- make clean # delete all examples' files (excluding main.pdf);
61
- make cleanall # delete all examples' files and all pdf file;
62
- make distclean # delete all examples' and templates' files and PDFs.
55
+ make cls # generate class hitszthesis.cls
56
+ make doc # generate template documentation hitszthesis.pdf;
57
+ make thesis # generate thesis main.pdf;
58
+ make spine # generate book spine for printing spine.pdf;
59
+ make all # generate thesis and spine, same as `make thesis && make spine`;
60
+ make wordcount # count word in thesis main.pdf
61
+ make clean # delete all examples' files (excluding main.pdf);
62
+ make cleanall # delete all examples' files and all pdf file;
63
+ make dev # make doc all clean
64
+ make pub # make doc all cleanall
63
65
```
64
66
65
67
# compile.bat Usage
You can’t perform that action at this time.
0 commit comments