diff options
author | Marius <mariausol@gmail.com> | 2011-02-10 14:40:14 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-02-10 14:40:14 +0200 |
commit | 50888f059727e2f5857de552691eadce571db57f (patch) | |
tree | bf6bbe02ffc1cd9d6a0c4144b99aa8a49df06170 /web2c | |
parent | 9273ab2ccc41973a34fbde3c7667beec8021f2eb (diff) | |
download | context-50888f059727e2f5857de552691eadce571db57f.tar.gz |
beta 2011.02.10 13:23
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index e1a0f4463..e3f857878 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -1,9 +1,9 @@ return { type = "configuration", - version = "1.0.2", - date = "2010-06-07", - time = "14:49:00", + version = "1.1.0", + date = "2011-09-02", -- or so + time = "12:12:12", comment = "ConTeXt MkIV configuration file", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", @@ -54,7 +54,9 @@ return { TEXMFLOCAL = "selfautoparent:texmf-local", TEXMFFONTS = "selfautoparent:texmf-fonts", TEXMFPROJECT = "selfautoparent:texmf-project", + TEXMFHOME = "home:texmf", + -- TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or "home:texmf", -- We need texmfos for a few rare files but as I have a few more bin trees -- a hack is needed. Maybe other users also have texmf-platform-new trees. |