summaryrefslogtreecommitdiff
path: root/Build/source/README.2building
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-09 10:15:49 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-09 10:15:49 +0000
commit3ad5daddebe775a97446de745751a44518fa11ef (patch)
tree09cb43814691b73dd445022b68e74236a9394d96 /Build/source/README.2building
parentb877aec321ded8c6e7837d135ea8f8183b10420e (diff)
Fixed various typos in "Building TeX Live"
git-svn-id: svn://tug.org/texlive/trunk@35771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.2building')
-rw-r--r--Build/source/README.2building10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/README.2building b/Build/source/README.2building
index 65549a2d5ac..92f8a3ee5a8 100644
--- a/Build/source/README.2building
+++ b/Build/source/README.2building
@@ -118,11 +118,11 @@ finish for working on 'dvipdfmx'.
Then you modify source files in 'mydir/texk/dvipdfm-x' and rerun
'make' in 'mydir/Work/texk/dvipdfm-x' to rebuild.
- The second line the 'configure' are invocation shows examples of
-extra things you likely want to specify if you intend to hack the
-sources (and not just build binaries): the '-C' speeds up 'configure',
-and the 'CFLAGS' and 'CXXFLAGS' are to eliminate compiler optimization
-for debugging purposes.
+ The second line the 'configure' invocation shows examples of extra
+things you likely want to specify if you intend to hack the sources (and
+not just build binaries): the '-C' speeds up 'configure', and the
+'CFLAGS' and 'CXXFLAGS' are to eliminate compiler optimization for
+debugging purposes.
Of course, one should actually look at the output and check that
things are working. There are many 'configure' options you can tweak as