Hello, "texexec --version" creates always the files texvers-mpgraph.mp and mpgraph.mp. Is this really necessary? It's not a real problem, since I can make a script "texversion.sh": #!/bin/sh texexec --version rm -f texvers-mpgraph.mp mpgraph.mp Greetings, Peter -- http://pmrb.free.fr/contact/
On 1/28/06, Peter Münster
Hello,
"texexec --version" creates always the files texvers-mpgraph.mp and mpgraph.mp. Is this really necessary?
No, you could remove them.
It's not a real problem, since I can make a script "texversion.sh": #!/bin/sh texexec --version rm -f texvers-mpgraph.mp mpgraph.mp
Greetings, Peter
-- http://pmrb.free.fr/contact/ _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- http://vnoss.org Vietnamese Open Source Software Community
On 1/29/06, Taco Hoekwater
VnPenguin wrote:
On 1/28/06, Peter Münster
wrote: Hello,
"texexec --version" creates always the files texvers-mpgraph.mp and mpgraph.mp. Is this really necessary?
We can patch texexec to do this automatically, no problem.
Yes, of course:
In the script texexec.pl (script/context/perl folder), replace the line 3051:
unlink
Taco Hoekwater wrote:
VnPenguin wrote:
On 1/28/06, Peter Münster
wrote: Hello,
"texexec --version" creates always the files texvers-mpgraph.mp and mpgraph.mp. Is this really necessary?
We can patch texexec to do this automatically, no problem.
if ($Version} { $Purge = 1 } should do the trick ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
VnPenguin wrote:
On 1/28/06, Peter Münster
wrote: Hello,
"texexec --version" creates always the files texvers-mpgraph.mp and mpgraph.mp. Is this really necessary?
No, you could remove them.
texutil --purge (ctxtools --purge) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Peter Münster
-
Taco Hoekwater
-
VnPenguin