diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2020-07-20 18:15:12 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-07-20 22:36:08 +0100 |
commit | 2bfe5e16a0ba8198d9a77d6e36c17ac5daed7705 (patch) | |
tree | 5c7e5eaa1285ab5b896ae24d88996623eb606a4f /reproduce/analysis | |
parent | 2ed8a2d60bc991ad06411b2aab43989a64a59a2d (diff) |
README-hacking.md: clarify Zenodo usage in publication checklist
This commit clarifies the initial usage of Zenodo for reserving a Zenodo
identifier and starting an 'unpublished' upload. Some other minor wording
changes are done here.
Diffstat (limited to 'reproduce/analysis')
-rw-r--r-- | reproduce/analysis/make/verify.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/analysis/make/verify.mk b/reproduce/analysis/make/verify.mk index 69711d5..b3d62f2 100644 --- a/reproduce/analysis/make/verify.mk +++ b/reproduce/analysis/make/verify.mk @@ -22,7 +22,7 @@ # Verification functions # ---------------------- # -# These functions are used by the final rule in this Makefil +# These functions are used by the final rule in this Makefile verify-print-error-start = \ echo; \ echo "VERIFICATION ERROR"; \ @@ -87,7 +87,7 @@ verify-txt-no-comments-no-space = \ # ------------------------------------------- # # This is the FINAL analysis step (before going onto the paper. Please use -# this step to veryify the contents of the figures/tables used in the paper +# this step to verify the contents of the figures/tables used in the paper # and the LaTeX macros generated from all your processing. It should depend # on all the LaTeX macro files that are generated (their contents will be # checked), and any files that go into the tables/figures of the paper |