aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 17:14:43 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-27 17:14:43 +0100
commit9e8356cf77716cecaf050dfa44ea31deb1bf6f19 (patch)
tree520d54c3aca3de3fa006e982a7028ae66f83a5c3
parent996b87c356b52e7cb3febfccdc5bfbc4d3e2eaf4 (diff)
Minor edits in README.md
A few minor corrections were made in `README.md'.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7b8771b..83e0692 100644
--- a/README.md
+++ b/README.md
@@ -242,7 +242,7 @@ Makefiles. As you see in `Makefile`, first we include all
the pipeline is placed here as a separate file. These Makefiles must only
contain raw Make variables (pipeline configurations). By raw we mean that
the Make variables in these files must not depend on any other variables
-because we don't want to assume any order in read them. It is very
+because we don't want to assume any order in reading them. It is very
important to *not* define any rule or other Make construct in any of these
_configuration-Makefiles_ (see the next paragraph for Makefiles with
rules). This will enable you to set the respective files in this directory
@@ -278,9 +278,9 @@ All processing steps ultimately (usually after many rules) end up in some
number, image, figure, or table that must be included in the paper. After
all, if you don't want to report the value of a processing, why would you
do it in the first place? Therefore if the targets in a workhorse-Makefile
-aren't directly a prerequisite of other workhorse-Makefiles, they should be
-a pre-requisite of an intermediate LaTeX macro file that is produced as the
-highest-level target of that workhorse-Makefile.
+aren't directly a prerequisite of other workhorse-Makefile targets, they
+should be a pre-requisite of an intermediate LaTeX macro file in
+`$(BDIR)/tex/macros` (the highest-level target of that workhorse-Makefile).
The last part of the top-level Makefile is the rule to build
`tex/pipeline.tex`. This file is the connection between the processing