From 017090b43a22d928fef16bceeb88da298d8e7c3a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 21 Nov 2018 18:14:18 +0000 Subject: 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'. --- reproduce/src/make/dependencies.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'reproduce/src/make/dependencies.mk') 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'. -- cgit v1.2.1