diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-22 18:54:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-22 18:54:43 +0000 |
commit | 338ad8fa5324ce51afc7ad0e478d4c65a5e2979c (patch) | |
tree | 78af7461dd22e841f62a7717296b2780a4b259b7 /Master/bin/x86_64-linux | |
parent | 48744873d6fc03bfdb58ee36332e242f0ece2994 (diff) |
enable mfplain, eradicate mfmp
git-svn-id: svn://tug.org/texlive/trunk@10693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux')
-rwxr-xr-x | Master/bin/x86_64-linux/fmtutil | 8 | ||||
l--------- | Master/bin/x86_64-linux/mfplain | 1 |
2 files changed, 5 insertions, 4 deletions
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 |