Re: Reinitialization of kpathsea after \write18

Thomas Esser <[email protected]> Thu, 9 Dec 2004 07:37:06 +0100
Newsgroups gmane.comp.tex.tetex.beta
Message-ID <[email protected]>
> a directory listed in $TEXMF doesn't have the '!!' prefix
> it should be skipped by 'mktexlsr' (unless when it's

Well, the meaning of !! is different. To get what you want, you have
to set
  TEXMFDBS
in a way that excludes your $HOMETEXMF, e.g.
  TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFMAIN,!!$TEXMFDIST};$VARTEXFONTS

Thomas