teTeX-2.0.2: another texconfig fix
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta,gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
texconfig should no longer try to call "fmtutil --byfmt mfw". Doing
so gives
fmtutil: no info for format `mfw'
(but does not cause any harm).
The following patch fixes this.
Thomas
--- 2.0.2/texk/tetex/texconfig Sat Mar 1 10:13:18 2003
+++ texk/tetex/texconfig Sat Mar 1 16:05:23 2003
@@ -443,7 +443,6 @@
{
echo "Running mf to create plain base ..."
fmtutil --byfmt mf
- fmtutil --byfmt mfw
echo "Done."; echo
}