summaryrefslogtreecommitdiff
path: root/web2c/texlive2011cnf.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-09 17:40:14 +0300
committerMarius <mariausol@gmail.com>2013-04-09 17:40:14 +0300
commit6448b726ded4b6f912a588e8f0bafb6182ca5db1 (patch)
tree3071d471b43353e5731e6220355307caef683362 /web2c/texlive2011cnf.lua
parent3bf5d95ecab3153da9f957c634664f9b4b6b75a8 (diff)
downloadcontext-6448b726ded4b6f912a588e8f0bafb6182ca5db1.tar.gz
beta 2013.04.09 16:22
Diffstat (limited to 'web2c/texlive2011cnf.lua')
-rw-r--r--web2c/texlive2011cnf.lua49
1 files changed, 0 insertions, 49 deletions
diff --git a/web2c/texlive2011cnf.lua b/web2c/texlive2011cnf.lua
deleted file mode 100644
index 024e04205..000000000
--- a/web2c/texlive2011cnf.lua
+++ /dev/null
@@ -1,49 +0,0 @@
-local liveyear = string.match(resolvers.prefixes.selfautoparent(),"(20%d%d)") or "2011"
-
---~ return {
-inspect {
-
- type = "configuration",
- version = "1.1.1",
- date = "2011-06-02",
- time = "14:59:00",
- comment = "TeX Live differences",
-
- parent = "contextcnf.lua",
-
- content = {
-
- -- Keep in mind that MkIV is is relatively new and there is zero change that
- -- (configuration) files will be found on older obsolete locations.
-
- variables = {
-
- -- This needs testing and if it works, then we can remove the texmflocal setting later on
- --
- -- TEXMFCNF = "{selfautodir:{/share,}/texmf-local/web2c,selfautoparent:{/share,}/texmf{-local,}/web2c}",
-
- TEXMFCACHE = string.format("selfautoparent:texmf-var;~/.texlive%s/texmf-cache",liveyear),
-
- TEXMFSYSTEM = "selfautoparent:$SELFAUTOSYSTEM",
- TEXMFCONTEXT = "selfautoparent:texmf-dist",
-
- -- TEXMFLOCAL = "selfautoparent:../texmf-local"), -- should also work
- TEXMFLOCAL = string.gsub(resolvers.prefixes.selfautoparent(),"20%d%d$","texmf-local"),
-
- TEXMFSYSCONFIG = "selfautoparent:texmf-config",
- TEXMFSYSVAR = "selfautoparent:texmf-var",
- TEXMFCONFIG = string.format("home:.texlive%s/texmf-config",liveyear),
- TEXMFVAR = string.format("home:.texlive%s/texmf-var",liveyear),
-
- -- We have only one cache path but there can be more. The first writable one
- -- will be chosen but there can be more readable paths.
-
- TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR",
-
- TEXMF = "{$TEXMFCONFIG,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFMAIN}",
-
- FONTCONFIG_PATH = "$TEXMFSYSVAR/fonts/conf",
-
- },
- },
-}