diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-01 21:57:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-01 21:57:27 +0000 |
commit | fa193328354a6579c7e8d38f84be55adb1977ff0 (patch) | |
tree | b5d700f8d342b4faa51001f82bb0891f645dccd1 /Build | |
parent | 5244f8d2d1e656959fd6777d2d2ebb65e4518684 (diff) |
metapost is usually named mpost, not mp
git-svn-id: svn://tug.org/texlive/trunk@9145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp-help.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index d683a388909..022489f78c0 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2008-07-01 Karl Berry <karl@tug.org> + + * texmfmp-help.h [MP] (MPHELP): mpost is usually named mpost, + not mp. + 2008-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> * help.h (CTANGLEHELP): Correct syntax for ctangle usage. diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h index fc02e09a049..4c5b52dd91a 100644 --- a/Build/source/texk/web2c/texmfmp-help.h +++ b/Build/source/texk/web2c/texmfmp-help.h @@ -249,7 +249,7 @@ const_string MPHELP[] = { " after MPNAME is read.", " If the first line of MPNAME is %&MEM, and MEM is an existing .mem file,", " use it. Else use `NAME.mem', where NAME is the program invocation name,", - " most commonly `mp'.", + " most commonly `mpost'.", "", " Alternatively, if the first non-option argument begins with a backslash,", " interpret all non-option arguments as a line of MetaPost input.", |