From f92bef4546eebe068363b5afb82a6fffe07565eb Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 11 Jan 2020 15:26:12 +0000 Subject: Corrected markdown code notations in one README.md In markdown, to specify that part of the text should be shown as code we need to put it between two `. But in `reproduce/software/make/README.md', the code parts started with ` and finished in ' (like the file name above). With this commit, this has been corrected and it will display properly on web browsers. --- reproduce/software/make/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reproduce/software/make') diff --git a/reproduce/software/make/README.md b/reproduce/software/make/README.md index 4eaefce..fc04dfb 100644 --- a/reproduce/software/make/README.md +++ b/reproduce/software/make/README.md @@ -2,12 +2,12 @@ Software building instructions ============================== This directory contains Makefiles that are called by the high-level -`reproduce/software/bash/configure.sh' script. The main target for the +`reproduce/software/bash/configure.sh` script. The main target for the installation of each software is a simple plain text file that contains the name of the software and its version (which is put in the paper in the end). Once built, these plain-text files are all put in the proper -sub-directory under `$(BDIR)/software/installed/version-info' (where -`$(BDIR)' is the top-level build-directory specified by the user). +sub-directory under `$(BDIR)/software/installed/version-info` (where +`$(BDIR)` is the top-level build-directory specified by the user). Besides being directly used in the paper, these simple plain text files also act as prerequisites for higher-level software that depend on @@ -16,7 +16,7 @@ lower-level ones. Note on prerequisites --------------------- -Tarballs are order-only prerequsites (after a `|') because we already +Tarballs are order-only prerequsites (after a `|`) because we already check their contents with the checksums, so their date is irrelevant: a tarball with a different content must have a new/different name, thus it will not exist, so it will be created, even when its order-only.q -- cgit v1.2.1