diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-19 16:13:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-19 16:13:06 +0000 |
commit | 9c9ebf7d3184800d2abdff96d70099836b153548 (patch) | |
tree | d86231d2f9878e615dfe2e0756ae32c0cb6f6b6d /Build | |
parent | dda42b5e44b89ffa387c11d405ed75e237f6e26b (diff) |
add TEXMFSYSVAR to SYSTEXMF
git-svn-id: svn://tug.org/texlive/trunk@4316 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index fd415048c16..b03a290aa25 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2007-05-19 Karl Berry <karl@tug.org> + + * texmf.in (SYSTEXMF): add TEXMFSYSVAR (thread around 7mar07). + 2007-05-05 Karl Berry <karl@tug.org> * kpsewhich.c (find_format): hardware kpse_dvips_config_format for diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 36f0ae7b48f..6e649ce298f 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -117,7 +117,7 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$T % If a tree appears in this list, the mktex* scripts will use % VARTEXFONTS for generated files, if the original tree isn't writable; % otherwise the current working directory is used. -SYSTEXMF = $TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST +SYSTEXMF = $TEXMFSYSVAR;$TEXMFLOCAL;$TEXMFMAIN;$TEXMFDIST % Where generated fonts may be written. This tree is used when the sources % were found in a system tree and either that tree wasn't writable, or the |