Fix submission export
This commit is contained in:
parent
d7e8804cc4
commit
a4184bb0c5
1 changed files with 3 additions and 3 deletions
|
|
@ -21,10 +21,10 @@ all: ${main_tex}.pdf ${brief_tex}.pdf
|
||||||
|
|
||||||
.PHONY: submission-outputs
|
.PHONY: submission-outputs
|
||||||
submission: diff cover-letter ${main_tex}.pdf
|
submission: diff cover-letter ${main_tex}.pdf
|
||||||
cp ${main_tex}.pdf ${sub_stem}-${SHORT_VERSION_STRING}-revised.pdf
|
cp ${main_tex}.pdf ${sub_stem}-${SHORT_VERSION_STRING}.pdf
|
||||||
cp ${main_tex}_diff.pdf ${sub_stem}-${SHORT_VERSION_STRING}-diff.pdf
|
cp ${main_tex}_diff.pdf ${sub_stem}-${SHORT_VERSION_STRING}-diff.pdf
|
||||||
cp cant-touch-this-ihsm-paper-v2.0.pdf cant-touch-this-ihsm-paper-v2.0-original.pdf
|
#cp cant-touch-this-ihsm-paper-v2.0.pdf cant-touch-this-ihsm-paper-v2.0-original.pdf
|
||||||
cp tches-22-01-changes.pdf ${sub_stem}-${SHORT_VERSION_STRING}-cover-letter.pdf
|
#cp tches-22-01-changes.pdf ${sub_stem}-${SHORT_VERSION_STRING}-cover-letter.pdf
|
||||||
#rm -f ${sub_stem}-${SHORT_VERSION_STRING}-supplementary.zip
|
#rm -f ${sub_stem}-${SHORT_VERSION_STRING}-supplementary.zip
|
||||||
#zip -r ${sub_stem}-${SHORT_VERSION_STRING}-supplementary.zip ${sub_stem}-${SHORT_VERSION_STRING}-diff.pdf ${sub_stem}-${SHORT_VERSION_STRING}-cover-letter.pdf ${sub_stem}-${SHORT_VERSION_STRING}-revised.pdf cant-touch-this-ihsm-paper-v2.0-original.pdf
|
#zip -r ${sub_stem}-${SHORT_VERSION_STRING}-supplementary.zip ${sub_stem}-${SHORT_VERSION_STRING}-diff.pdf ${sub_stem}-${SHORT_VERSION_STRING}-cover-letter.pdf ${sub_stem}-${SHORT_VERSION_STRING}-revised.pdf cant-touch-this-ihsm-paper-v2.0-original.pdf
|
||||||
rm -f ${sub_stem}-${SHORT_VERSION_STRING}-latex.zip
|
rm -f ${sub_stem}-${SHORT_VERSION_STRING}-latex.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue