[tex-live] fmtutil fixes for eomega
Norbert Preining
preining at logic.at
Wed Feb 19 11:37:18 CET 2003
Hi friends!
Compiling and installing source.development I came across a problem with
fmtutil: It does not know about eoft/eomega, here a diff:
--- /usr/TeX/bin/i386-linux/fmtutil 2003-02-19 11:33:36.000000000 +0100
+++ fmtutil 2003-02-19 11:33:14.000000000 +0100
@@ -411,7 +411,7 @@
rm -f "$destdir/$i"
mv "$i" "$destdir/$i"
done
- for i in *.oft *.fmt *.efmt *.mem *.base; do
+ for i in *.eoft *.oft *.fmt *.efmt *.mem *.base; do
test -f "$i" || continue
rm -f "$destdir/$i"
if mv "$i" "$destdir/$i"; then
@@ -494,6 +494,7 @@
case "$engine" in
*etex) fmtfile="$format.efmt"; kpsefmt=tex;;
omega) fmtfile="$format.oft"; kpsefmt=tex;;
+ eomega) fmtfile="$format.eoft"; kpsefmt=tex;;
mpost) fmtfile="$format.mem"; kpsefmt=mpost;;
mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf;;
*) fmtfile="$format.fmt"; kpsefmt=tex;;
This was just a quick hack to make it work, no idea if this is
correct/enough/not enough. I also addded a line
eomega eomega language.dat omega.ini
to fmtutil.cnf
Best wishes
Norbert
-------------------------------------------------------------------------------
Norbert Preining <preining AT logic DOT at> Technische Universität Wien
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
SKIBBEREEN (n.)
The noise made by a sunburned thighs leaving plastic chair.
--- Douglas Adams, The Meaning of Liff
More information about the tex-live
mailing list