summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/ppltotf.ch7
-rw-r--r--Build/source/texk/web2c/ptexdir/ptftopl.ch7
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