diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-16 07:27:23 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-16 07:27:23 +0000 |
commit | 2f6e1cc9e4c3f899a4142cbdf44e6fc10af0d32b (patch) | |
tree | 6ca7032c7cce84a2826dc9105b9aaf479800b561 /Build/source/texk/web2c/uptexdir | |
parent | 41e050122555719daad3bc3da47e3d559e39c42f (diff) |
texk/*: Pass known program names as arg2 to kpse_set_program_name()
git-svn-id: svn://tug.org/texlive/trunk@27073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/upbibtex.ch | 16 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/updvitype.ch | 16 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uppltotf.ch | 16 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptftopl.ch | 16 |
5 files changed, 13 insertions, 56 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index b3a0ca07db0..cd0fe9635e3 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,8 @@ +2012-07-15 Peter Breitenlohner <peb@mppmu.mpg.de> + + * upbibtex.ch, updvitype.ch, uppltotf.ch, uptftopl.ch: + Adapt to the use my_name. + 2012-07-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * uptexextra.c: Must #define DLLPROC before reading uptexd.h. diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.ch b/Build/source/texk/web2c/uptexdir/upbibtex.ch index 7efd6449da0..737c8e74005 100644 --- a/Build/source/texk/web2c/uptexdir/upbibtex.ch +++ b/Build/source/texk/web2c/uptexdir/upbibtex.ch @@ -1,6 +1,8 @@ @x +@d my_name=='pbibtex' @d banner=='This is pBibTeX, Version 0.99d-j0.33' @y +@d my_name=='upbibtex' @d banner=='This is upBibTeX, Version 0.99d-j0.33-u1.10' @z @@ -285,12 +287,6 @@ const n_options = 7; {Pascal won't count array lengths for us.} @z @x - usage ('pbibtex'); -@y - usage ('upbibtex'); -@z - -@x usage_help (PBIBTEX_HELP, nil); @y usage_help (UPBIBTEX_HELP, nil); @@ -308,14 +304,6 @@ const n_options = 7; {Pascal won't count array lengths for us.} @z @x - write_ln (stderr, 'pbibtex: Need exactly one file argument.'); - usage ('pbibtex'); -@y - write_ln (stderr, 'upbibtex: Need exactly one file argument.'); - usage ('upbibtex'); -@z - -@x @ An element with all zeros always ends the list. @y @ Kanji-internal option. diff --git a/Build/source/texk/web2c/uptexdir/updvitype.ch b/Build/source/texk/web2c/uptexdir/updvitype.ch index e4d19f9a3cd..b5cb829940d 100644 --- a/Build/source/texk/web2c/uptexdir/updvitype.ch +++ b/Build/source/texk/web2c/uptexdir/updvitype.ch @@ -1,6 +1,8 @@ @x +@d my_name=='pdvitype' @d banner=='This is pDVItype, Version 3.6-p0.4' @y +@d my_name=='updvitype' @d banner=='This is upDVItype, Version 3.6-p0.4-u1.10' @z @@ -30,22 +32,8 @@ @z @x - usage ('pdvitype'); -@y - usage ('updvitype'); -@z - -@x usage_help (PDVITYPE_HELP, nil); @y usage_help (UPDVITYPE_HELP, nil); @z -@x - write_ln (stderr, 'pdvitype: Need exactly one file argument.'); - usage ('pdvitype'); -@y - write_ln (stderr, 'updvitype: Need exactly one file argument.'); - usage ('updvitype'); -@z - diff --git a/Build/source/texk/web2c/uptexdir/uppltotf.ch b/Build/source/texk/web2c/uptexdir/uppltotf.ch index c5cacc9d0d9..77fd8e3d118 100644 --- a/Build/source/texk/web2c/uptexdir/uppltotf.ch +++ b/Build/source/texk/web2c/uptexdir/uppltotf.ch @@ -1,30 +1,18 @@ @x +@d my_name=='ppltotf' @d banner=='This is pPLtoTF, Version 3.5-p1.8' @y +@d my_name=='uppltotf' @d banner=='This is upPLtoTF, Version 3.5-p1.8-u1.10' @z @x - usage ('ppltotf'); -@y - usage ('uppltotf'); -@z - -@x usage_help (PPLTOTF_HELP, nil); @y usage_help (UPPLTOTF_HELP, nil); @z @x - write_ln (stderr, 'ppltotf: Need one or two file arguments.'); - usage ('ppltotf'); -@y - write_ln (stderr, 'uppltotf: Need one or two file arguments.'); - usage ('uppltotf'); -@z - -@x max_kanji=7237; { maximam number of 2byte characters } @y max_kanji=65535; { maximam number of 2byte characters } diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.ch b/Build/source/texk/web2c/uptexdir/uptftopl.ch index 39f691dc628..5a57f416d8a 100644 --- a/Build/source/texk/web2c/uptexdir/uptftopl.ch +++ b/Build/source/texk/web2c/uptexdir/uptftopl.ch @@ -1,30 +1,18 @@ @x +@d my_name=='ptftopl' @d banner=='This is pTFtoPL, Version 3.2-p1.7' @y +@d my_name=='uptftopl' @d banner=='This is upTFtoPL, Version 3.2-p1.7-u1.10' @z @x - usage ('ptftopl'); -@y - usage ('uptftopl'); -@z - -@x usage_help (PTFTOPL_HELP, nil); @y usage_help (UPTFTOPL_HELP, nil); @z @x - print_ln ('ptftopl: Need one or two file arguments.'); - usage ('ptftopl'); -@y - print_ln ('uptftopl: Need one or two file arguments.'); - usage ('uptftopl'); -@z - -@x @d max_kanji=7237 {number of the kanji characters - 1} @y @d max_kanji=65535 {number of the kanji characters - 1} |