summaryrefslogtreecommitdiff
path: root/Build/source/README.2building
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-17 09:21:10 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-17 09:21:10 +0000
commit2c986f639a8f86eb48df7aeef0868b7648646d1a (patch)
treed10778a6013c1d65a480d5223c24915eb3002635 /Build/source/README.2building
parent0dd79a7f940857059dc9c5461800f93ece6c7778 (diff)
Update tlbuild.info
git-svn-id: svn://tug.org/texlive/trunk@36545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.2building')
-rw-r--r--Build/source/README.2building12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/README.2building b/Build/source/README.2building
index a5600e0dcc7..05ecfadb6b0 100644
--- a/Build/source/README.2building
+++ b/Build/source/README.2building
@@ -45,10 +45,10 @@ done unless some source files have been modified.
4.2 Build problems
==================
-If configuring or building a module fails, you could either (a) find and
-fix the problem, or (b) remove the subdirectory for that module from the
-build tree, and rerun the top-level 'make' (or 'Build' with '--no-clean'
-as its first argument).
+If configuring or building a module fails, you should first find and fix
+the problem, then perhaps remove the subdirectory for that module from
+the build tree, and finally rerun the top-level 'make' (or 'Build' with
+'--no-clean' as its first argument).
4.3 Build in parallel
=====================
@@ -93,7 +93,7 @@ comparably simple way to install e-TeX).
If you want to work on a single program within the TL sources, this
is the recommended way to do it. Here is an example from start to
-finish for working on 'dvipdfmx'.
+finish for working on 'dvipdfm-x'.
mkdir mydir && cd mydir # new working directory
@@ -112,7 +112,7 @@ finish for working on 'dvipdfmx'.
make >&outm
# Test:
- cd texk/dvipdfmx
+ cd texk/dvipdfm-x
make check
Then you modify source files in 'mydir/texk/dvipdfm-x' and rerun