diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-19 01:50:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-19 01:50:19 +0000 |
commit | 6b554ff2c8bc10e886bb75e7db3c1abbc2731019 (patch) | |
tree | b9e29a48794cb96af504a646cce5511baa539972 /Master/tlpkg | |
parent | a33ac89c629f78795f87023c620b0d98a15f7645 (diff) |
calrsfs license update (18nov08)
git-svn-id: svn://tug.org/texlive/trunk@11354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index dfd78ae6e97..53322fd25ca 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1326,6 +1326,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'a2ping' => 'README', # not worth whole separate doc subdir 'achemso' => "$standardclean|jawltxdoc.sty", # temp file for doc 'acmconf' => "$standardclean|flushend.sty", # dup with sttools + 'bbm-macros' => $standardclean . '|^bbm$', # symlink 'chemscheme' => "$standardclean|jawltxdoc.sty", # temp file for doc 'chemstyle' => "$standardclean|jawltxdoc.sty", # temp file for doc 'elvish' => '\.pk3', # no pk files diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 88a8a1db8b4..5263200e950 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -42,7 +42,7 @@ my @WorkingTLP = qw( blockdraw_mp blowup boisik boites boldtensors bookest booklet booktabs bophook boxhandler bpchem breakurl bullcntr bussproofs bytefield - calligra captcont caption carlisle casyl catechis carolmin-ps + calligra calrsfs captcont caption carlisle casyl catechis carolmin-ps cbcoptic cbfonts ccaption cclicenses cd cdpbundl cellspace changebar changepage changes chappg chapterfolder chem-journal chembst chemcompounds diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index d89f4a5c2ae..48784ec4e53 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,7 +18,7 @@ sub main # erroneous tds files (warn Robin about them) # list format: pkg1|pkg2|etc - $erroneous_tds = "bidi|elsarticle|lcyw|showlabels|xetexfontinfo|xstring"; + $erroneous_tds = "bidi|elsarticle|lcyw|xetexfontinfo"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |