diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-01 01:47:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-01 01:47:40 +0000 |
commit | 9e2c1b3af7f12fb876e5f945395143490a1d85a5 (patch) | |
tree | 6d4b889f5e5413d5987189928c8591966248b15e /Build | |
parent | 1a381617d6c9b5a8df4f5d699b7660a295f86c1e (diff) |
both CLUAINPUTS and TW_LIBPATH/TW_INIPATH
git-svn-id: svn://tug.org/texlive/trunk@17239 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.cnf | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6b91a4d9f70..9a857af60ee 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2010-03-01 Karl Berry <karl@tug.org> + + * texmf.cnf (TW_LIBPATH, TW_INIPATH): TeXworks config/settings. + 2010-02-26 Peter Breitenlohner <peb@mppmu.mpg.de> * mingw32.c (dostounix_filename): Reactivate as extern KPSEDLL, diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index f92f2338edb..20e730c5201 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -424,12 +424,16 @@ T4HTINPUTS = .;$TEXMF/tex4ht// TEX4HTFONTSET=alias,iso8859,unicode TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}// +% TeXworks editor configuration and settings +TW_LIBPATH = $TEXMFCONFIG/texworks +TW_INIPATH = $TW_LIBPATH + % Find scripts that are distributed/installed in the texmf tree. % Lua needs to look in TEXINPUTS for lua scripts distributed with packages. LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS -% Lua needs to look for lua libraries distributed with packages. +% Lua needs to look for binary lua libraries distributed with packages. CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua// % Architecture independent executables. |