diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-08-19 04:53:27 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-08-19 04:53:27 +0000 |
commit | 19ff7d8a2ac77fe9ce485f359eeccf2f1a901f75 (patch) | |
tree | 12cc177b91b0ef3db424a51b73078a6b14f79c13 /Build | |
parent | 50e2a44a40c84fa4e880ebd20ad869e3df0ad315 (diff) |
fix usage ('progname')
git-svn-id: svn://tug.org/texlive/trunk@23601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ppltotf.ch | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptftopl.ch | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index 2ac952686ad..d9e3e3ced05 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * ppltotf.ch, ptftopl.ch: fix usage ('progname'). + 2011-08-18 Peter Breitenlohner <peb@mppmu.mpg.de> * pbibtex.ch, pdvitype.ch, ppltotf.ch, ptftopl.ch: Add WIN32 diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch index b9903aa265e..c6480da3387 100644 --- a/Build/source/texk/web2c/ptexdir/ppltotf.ch +++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch @@ -372,6 +372,13 @@ begin @<Initialize the option variables@>; version_switch := false; @z + +@x + usage ('pltotf'); +@y + usage ('ppltotf'); +@z + @x usage_help (PLTOTF_HELP, nil); @y diff --git a/Build/source/texk/web2c/ptexdir/ptftopl.ch b/Build/source/texk/web2c/ptexdir/ptftopl.ch index 4583d08a736..f5bd13a1a54 100644 --- a/Build/source/texk/web2c/ptexdir/ptftopl.ch +++ b/Build/source/texk/web2c/ptexdir/ptftopl.ch @@ -369,6 +369,13 @@ begin @<Initialize the option variables@>; version_switch := false; @z + +@x + usage ('tftopl'); +@y + usage ('ptftopl'); +@z + @x usage_help (TFTOPL_HELP, nil); @y |