File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ introductions: introduction-en.pdf introduction-zh.pdf
48
48
clean :
49
49
rm -rf $(EXAMPLES_DIR ) /* .pdf
50
50
51
- # Copy target for updating resume
52
- copy :
51
+
52
+ copy-introduction :
53
53
# Ensure destination directory exists
54
- mkdir -p assets/resume
54
+ mkdir -p assets/introduction
55
55
56
- # Copy files with the desired names
57
- cp awesome-cv/resume .pdf assets/resume /Zhiwei.Li.Resume .pdf
58
- cp awesome-cv/resume -zh.pdf assets/resume /Zhiwei.Li.Resume .ZH.pdf
56
+ # Copy introduction files with the desired names
57
+ cp awesome-cv/introduction/introduction-en .pdf assets/introduction /Zhiwei.Li.Introduction.EN .pdf
58
+ cp awesome-cv/introduction/introduction -zh.pdf assets/introduction /Zhiwei.Li.Introduction .ZH.pdf
You can’t perform that action at this time.
0 commit comments