ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Siep <siep@elvenkind.com>
Subject: Re: texexec & teTeX
Date: Mon, 27 May 2002 09:33:59 +0200	[thread overview]
Message-ID: <20020527093359.6b3364f9.siep@elvenkind.com> (raw)
In-Reply-To: <200205261510.36685.ishamid@attbi.com>

On Sun, 26 May 2002 15:10:36 -0600
"Idris S Hamid" <ishamid@attbi.com> wrote:

> Dear folks,
> 
> I'm in the process of migrating to Linux (Suse 8.0) and I'm having
> some problems getting texexec to behave:-)
> 
> Updating to the latest official ConTeXt I place the appropriate
> perl scripts in 
> /usr/TeX/bin/i386-linux
> eliminating the .pl extension as suggested in minstall. This is
> what happens: 
> 
> # texexec --make
> `texexec.pl' not found.

In later versions of teTeX, texexec is a little script that tries to
find and run the real texexec.pl in the texmf/context/perltk
directory:

#!/bin/sh
what=`echo $0 | sed 's@.*/@@'`
p=`kpsewhich -progname=context -format='other text files' $what.pl`
{ test -n "$p" && test -f "$p"; } \
  || { echo "\`$what.pl' not found."; exit 1; }
perl "$p" "$@"

If your version of teTeX works this way, then you should leave the
perl scripts where they are, under their original name, and you
should also leave the teTeX version of texexec and the various
symlinks to it alone.

Siep


  reply	other threads:[~2002-05-27  7:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-26 21:10 Idris S Hamid
2002-05-27  7:33 ` Siep [this message]
2002-05-27 13:00   ` Idris S Hamid
2002-05-27 11:43 ` Bill McClain
2002-05-27 13:17   ` Idris S Hamid
     [not found]     ` <20020527091854.4ba41f93.wmcclain@salamander.com>
2002-05-27 15:20       ` Idris S Hamid
     [not found]         ` <x5d6vhk353.fsf@tupik.goethe.zz>
2002-05-27 18:42           ` Idris S Hamid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020527093359.6b3364f9.siep@elvenkind.com \
    --to=siep@elvenkind.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).