Skip to content

Commit

Permalink
fix: use single quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Oct 9, 2023
1 parent f8577d1 commit 45c97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ grad: doc copy FORCE_MAKE
cd $(SCAFFOLDDIR)/graduate-thesis && latexmk && latexmk -c && cd -
cp -r $(SCAFFOLDDIR)/graduate-thesis ${GRAD_DEST_DIR}-${version}
cp ./bithesis.pdf ${GRAD_DEST_DIR}-${version}/
cp ./the-graduates-handbook/main.pdf ${GRAD_DEST_DIR}-${version}/"研究生学位论文模板快速使用手册".pdf
cp ./the-graduates-handbook/main.pdf ${GRAD_DEST_DIR}-${version}/'研究生学位论文模板快速使用手册'.pdf
zip -r ${GRAD_DEST_DIR}-${version}.zip ${GRAD_DEST_DIR}-${version}


Expand Down

0 comments on commit 45c97b5

Please sign in to comment.