summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/alpha-linux/fmtutil8
l---------Master/bin/alpha-linux/mfplain1
-rwxr-xr-xMaster/bin/amd64-freebsd/fmtutil8
l---------Master/bin/amd64-freebsd/mfplain1
-rwxr-xr-xMaster/bin/hppa-hpux/fmtutil8
l---------Master/bin/hppa-hpux/mfplain1
-rwxr-xr-xMaster/bin/i386-freebsd/fmtutil8
l---------Master/bin/i386-freebsd/mfplain1
-rwxr-xr-xMaster/bin/i386-linux/fmtutil8
l---------Master/bin/i386-linux/mfplain1
-rwxr-xr-xMaster/bin/i386-openbsd/fmtutil8
l---------Master/bin/i386-openbsd/mfplain1
-rwxr-xr-xMaster/bin/i386-solaris/fmtutil8
l---------Master/bin/i386-solaris/mfplain1
-rwxr-xr-xMaster/bin/mips-irix/fmtutil8
l---------Master/bin/mips-irix/mfplain1
-rwxr-xr-xMaster/bin/powerpc-aix/fmtutil8
l---------Master/bin/powerpc-aix/mfplain1
-rwxr-xr-xMaster/bin/powerpc-linux/fmtutil8
l---------Master/bin/powerpc-linux/mfplain1
-rwxr-xr-xMaster/bin/sparc-linux/fmtutil8
l---------Master/bin/sparc-linux/mfplain1
-rwxr-xr-xMaster/bin/sparc-solaris/fmtutil8
l---------Master/bin/sparc-solaris/mfplain1
-rwxr-xr-xMaster/bin/universal-darwin/fmtutil8
l---------Master/bin/universal-darwin/mfplain1
-rwxr-xr-xMaster/bin/x86_64-linux/fmtutil8
l---------Master/bin/x86_64-linux/mfplain1
28 files changed, 70 insertions, 56 deletions
diff --git a/Master/bin/alpha-linux/fmtutil b/Master/bin/alpha-linux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/alpha-linux/fmtutil
+++ b/Master/bin/alpha-linux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/alpha-linux/mfplain b/Master/bin/alpha-linux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/alpha-linux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/amd64-freebsd/fmtutil b/Master/bin/amd64-freebsd/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/amd64-freebsd/fmtutil
+++ b/Master/bin/amd64-freebsd/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/amd64-freebsd/mfplain b/Master/bin/amd64-freebsd/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/amd64-freebsd/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/hppa-hpux/fmtutil b/Master/bin/hppa-hpux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/hppa-hpux/fmtutil
+++ b/Master/bin/hppa-hpux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/hppa-hpux/mfplain b/Master/bin/hppa-hpux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/hppa-hpux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/i386-freebsd/fmtutil b/Master/bin/i386-freebsd/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/i386-freebsd/fmtutil
+++ b/Master/bin/i386-freebsd/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/i386-freebsd/mfplain b/Master/bin/i386-freebsd/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/i386-freebsd/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/i386-linux/fmtutil b/Master/bin/i386-linux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/i386-linux/fmtutil
+++ b/Master/bin/i386-linux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/i386-linux/mfplain b/Master/bin/i386-linux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/i386-linux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/i386-openbsd/fmtutil b/Master/bin/i386-openbsd/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/i386-openbsd/fmtutil
+++ b/Master/bin/i386-openbsd/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/i386-openbsd/mfplain b/Master/bin/i386-openbsd/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/i386-openbsd/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/i386-solaris/fmtutil b/Master/bin/i386-solaris/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/i386-solaris/fmtutil
+++ b/Master/bin/i386-solaris/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/i386-solaris/mfplain b/Master/bin/i386-solaris/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/i386-solaris/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/mips-irix/fmtutil b/Master/bin/mips-irix/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/mips-irix/fmtutil
+++ b/Master/bin/mips-irix/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/mips-irix/mfplain b/Master/bin/mips-irix/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/mips-irix/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/powerpc-aix/fmtutil b/Master/bin/powerpc-aix/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/powerpc-aix/fmtutil
+++ b/Master/bin/powerpc-aix/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/powerpc-aix/mfplain b/Master/bin/powerpc-aix/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/powerpc-aix/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/powerpc-linux/fmtutil b/Master/bin/powerpc-linux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/powerpc-linux/fmtutil
+++ b/Master/bin/powerpc-linux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/powerpc-linux/mfplain b/Master/bin/powerpc-linux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/powerpc-linux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/sparc-linux/fmtutil b/Master/bin/sparc-linux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/sparc-linux/fmtutil
+++ b/Master/bin/sparc-linux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/sparc-linux/mfplain b/Master/bin/sparc-linux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/sparc-linux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/sparc-solaris/fmtutil b/Master/bin/sparc-solaris/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/sparc-solaris/fmtutil
+++ b/Master/bin/sparc-solaris/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/sparc-solaris/mfplain b/Master/bin/sparc-solaris/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/sparc-solaris/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/universal-darwin/fmtutil b/Master/bin/universal-darwin/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/universal-darwin/fmtutil
+++ b/Master/bin/universal-darwin/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/universal-darwin/mfplain b/Master/bin/universal-darwin/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/universal-darwin/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file
diff --git a/Master/bin/x86_64-linux/fmtutil b/Master/bin/x86_64-linux/fmtutil
index e3cdde40f6b..f86a06003de 100755
--- a/Master/bin/x86_64-linux/fmtutil
+++ b/Master/bin/x86_64-linux/fmtutil
@@ -611,9 +611,9 @@ parse_line()
inifile=`echo $lastarg | sed 's%^\*%%'`
case "$engine" in
- mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;;
+ mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;;
- *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
+ *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;;
esac
# See if we can find $inifile for return code:
@@ -673,9 +673,9 @@ run_initex()
jobswitch="-jobname=$format"
case "$format" in
- metafun) prgswitch=-progname=mpost;;
+ metafun) prgswitch=-progname=mpost;;
mptopdf|cont-??) prgswitch=-progname=context;;
- *) prgswitch=-progname=$format;;
+ *) prgswitch=-progname=$format;;
esac
rm -f $fmtfile
diff --git a/Master/bin/x86_64-linux/mfplain b/Master/bin/x86_64-linux/mfplain
new file mode 120000
index 00000000000..96672bbb523
--- /dev/null
+++ b/Master/bin/x86_64-linux/mfplain
@@ -0,0 +1 @@
+mpost \ No newline at end of file