summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-10-13 12:48:26 +0200
committerjaseg <git@jaseg.de>2021-10-13 12:48:26 +0200
commita4184bb0c5364f0345f2dcc4414c4cdd57fa8cf4 (patch)
tree8c0d4d746f3df745f0ddc583ba2e8f4e211753f5
parentd7e8804cc40fb889b4bf5667030be2ba94edf857 (diff)
downloadihsm-a4184bb0c5364f0345f2dcc4414c4cdd57fa8cf4.tar.gz
ihsm-a4184bb0c5364f0345f2dcc4414c4cdd57fa8cf4.tar.bz2
ihsm-a4184bb0c5364f0345f2dcc4414c4cdd57fa8cf4.zip
Fix submission export
-rw-r--r--paper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/paper/Makefile b/paper/Makefile
index 9054b28..a674761 100644
--- a/paper/Makefile
+++ b/paper/Makefile
@@ -21,10 +21,10 @@ all: ${main_tex}.pdf ${brief_tex}.pdf
.PHONY: submission-outputs
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 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 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
#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
rm -f ${sub_stem}-${SHORT_VERSION_STRING}-latex.zip