ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
9f103e0
diff -up texlive-2007/texk/tetex/fmtutil.ptex texlive-2007/texk/tetex/fmtutil
9f103e0
--- texlive-2007/texk/tetex/fmtutil.ptex	2008-01-01 22:32:44.000000000 +0100
9f103e0
+++ texlive-2007/texk/tetex/fmtutil	2008-01-01 22:33:10.000000000 +0100
9f103e0
@@ -674,6 +674,8 @@ run_initex()
9f103e0
   case "$format" in
9f103e0
     metafun) prgswitch=-progname=mpost;;
9f103e0
     mptopdf|cont-??) prgswitch=-progname=context;;
9f103e0
+    platex*) prgswitch=-progname=platex;;
9f103e0
+    ptex*) prgswitch=-progname=ptex;;
9f103e0
     *)       prgswitch=-progname=$format;;
9f103e0
   esac
9f103e0