add ptex patch

This commit is contained in:
Jindrich Novy 2008-01-03 08:28:52 +00:00
parent fe9dcc477f
commit 9f103e0b0f
1 changed files with 12 additions and 0 deletions

View File

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