diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-07 22:49:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-07 22:49:34 +0000 |
commit | 00594439f07c4918772b72ae22786fb762b93f37 (patch) | |
tree | 353a0b80b614cb8c21a4fd9e2793400229ac556b /Master/tlpkg | |
parent | 442cbc456148fe4adcdfeb54e0f381b2e95a4ad1 (diff) |
psfragx 1.1 (7may12)
git-svn-id: svn://tug.org/texlive/trunk@26243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.config.tlpsrc | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 92ee8fa5b29..19eff60d52a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -467,6 +467,7 @@ my @TLP_no_check = ( "detex", # binary "devnag", # binary "dnp", # part of cjk + "dtl", # binary "dvi2tty", # binary "dvicopy", # binary "dvidvi", # binary diff --git a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc index 1889c152b34..f672bd0f383 100644 --- a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc @@ -4,21 +4,21 @@ longdesc This package contains configuration options for the TeX Live archive. longdesc longdesc If container_split_{doc,src}_files/1 are dependencies, the longdesc {doc,src} files are split into separate containers (.tar.xz) -longdesc during container build time. Note that this has NO effect on the +longdesc during container build time. This has NO effect on the longdesc appearance within texlive.tlpdb. It is only on the container level. longdesc -longdesc The container_format/WHATEVER specifies the format, currently "xz" -longdesc the only supported value (generating .tar.xz files). +longdesc The container_format/WHATEVER specifies the format, currently +longdesc "xz" is the only supported value (generating .tar.xz files). longdesc longdesc release/YYYY specifies the release number as used in the installer. longdesc longdesc minrelease/ZZZZ specifies the minimum release for which this longdesc repository is valid, i.e., a release of ZZZZ or later can longdesc theoretically be upgraded. -longdesc -longdesc These values are taken from TeXLive::TLConfig::TLPDBConfigs hash -longdesc at tlpdb creation time. (The 00texlive.config.tlpsrc file just -longdesc has these comments.) +longdesc +longdesc These values are taken from TeXLive::TLConfig::TLPDBConfigs +longdesc hash values at tlpdb creation time. (The 00texlive.config.tlpsrc +longdesc file just has these comments.) longdesc longdesc For information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) |