summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-01 01:47:40 +0000
committerKarl Berry <karl@freefriends.org>2010-03-01 01:47:40 +0000
commit9e2c1b3af7f12fb876e5f945395143490a1d85a5 (patch)
tree6d4b889f5e5413d5987189928c8591966248b15e
parent1a381617d6c9b5a8df4f5d699b7660a295f86c1e (diff)
both CLUAINPUTS and TW_LIBPATH/TW_INIPATH
git-svn-id: svn://tug.org/texlive/trunk@17239 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf6
-rw-r--r--Master/texmf/web2c/texmf.cnf3
3 files changed, 12 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.
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 9c5cbd2f96d..20e730c5201 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -433,6 +433,9 @@ TW_INIPATH = $TW_LIBPATH
% Lua needs to look in TEXINPUTS for lua scripts distributed with packages.
LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//;$TEXINPUTS
+% Lua needs to look for binary lua libraries distributed with packages.
+CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua//
+
% Architecture independent executables.
TEXMFSCRIPTS = $TEXMF/scripts/{$engine,$progname,}//