aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-21 18:14:18 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-21 18:18:03 +0000
commit017090b43a22d928fef16bceeb88da298d8e7c3a (patch)
tree774b0b950aabddde09a2c3ad244ef4606a9255f1 /reproduce/src/make
parent3a28b5f1458289a51eed092638af7d69c432669f (diff)
Changing of README files in checklist
When you point to this project, the `README.md' file is the default file that opens on GitLab and other online git repositories. Since a reproduction pipeline project is different from the actual pipeline, its best for the default text that opens to describe the paper, not the pipeline. The old `README.md' is also kept, but its now called `REAME-pipeline.md'.
Diffstat (limited to 'reproduce/src/make')
-rw-r--r--reproduce/src/make/dependencies.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk
index 455a3b8..9ee2dcf 100644
--- a/reproduce/src/make/dependencies.mk
+++ b/reproduce/src/make/dependencies.mk
@@ -333,7 +333,6 @@ $(ibdir)/texlive-ready: reproduce/config/pipeline/dependency-texlive.mk \
# `tlmgr' just hangs waiting.
echo; echo; echo "Downloading necessary TeX packages..."; echo;
tlmgr install $(texlive-packages)
- echo "returned: $$?"; echo; echo;
# Make a symbolic link of all the TeX Live executables in the bin
# directory so we don't have to modify `PATH'.