summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ptexhelp.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-14 14:22:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-14 14:22:18 +0000
commit008d0283f16c958ef9f8436cef8710aaedcd6a1c (patch)
tree26ef9bed7c0ca3f3f6b1ba14b5844f76d166eef0 /Build/source/texk/web2c/ptexdir/ptexhelp.h
parentcf42cec28487ec62783c7aaeecbaea79862794bf (diff)
build system: fixes for pTeX
git-svn-id: svn://tug.org/texlive/trunk@17865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptexhelp.h')
-rw-r--r--Build/source/texk/web2c/ptexdir/ptexhelp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptexhelp.h b/Build/source/texk/web2c/ptexdir/ptexhelp.h
index 01821c7c1ff..b5847de1a53 100644
--- a/Build/source/texk/web2c/ptexdir/ptexhelp.h
+++ b/Build/source/texk/web2c/ptexdir/ptexhelp.h
@@ -6,7 +6,7 @@
#define HELP_H
#ifdef PTFTOPL
-string based_prog_name = "TFtoPL";
+const_string based_prog_name = "TFtoPL";
const_string PTEXTFTOPLHELP[] = {
"Usage: ptftopl [option] tfmfile [plfile]",
"",
@@ -19,7 +19,7 @@ NULL };
#endif /* PTFTOPL */
#ifdef PPLTOTF
-string based_prog_name = "PLtoTF";
+const_string based_prog_name = "PLtoTF";
const_string PTEXPLTOTFHELP[] = {
"Usage: ppltotf [option] plfile [tfmfile]",
"",
@@ -32,7 +32,7 @@ NULL };
#endif /* PPLTOTF */
#ifdef PBIBTEX
-string based_prog_name = "BibTeX";
+const_string based_prog_name = "BibTeX";
const_string PBIBTEXHELP[] = {
"Usage: pbibtex [option] auxfile",
"",
@@ -46,7 +46,7 @@ NULL };
#endif /* PBIBTEX */
#ifdef PDVITYPE
-string based_prog_name = "DVItype";
+const_string based_prog_name = "DVItype";
const_string PDVITYPEHELP[] = {
"Usage: pdvitype [option] dvifile",
"",