diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-10 23:45:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-10 23:45:53 +0000 |
commit | 053f14ab587bbbfc313076a79e51705e805babbb (patch) | |
tree | 0763a510ea0c5384e09897c1e97362af9d27cf9d | |
parent | 174ed74243ccbbeff55481a022ce4c1a931a760c (diff) |
font-change*.tex is doc, default-amssymbols.tex is runtime
git-svn-id: svn://tug.org/texlive/trunk@40403 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/plain/font-change/font-change.tex (renamed from Master/texmf-dist/tex/plain/font-change/font-change.tex) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/plain/font-change/font-change_FRENCH.tex (renamed from Master/texmf-dist/tex/plain/font-change/font-change_FRENCH.tex) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/font-change/default-amssymbols.tex (renamed from Master/texmf-dist/doc/plain/font-change/default-amssymbols.tex) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
5 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/plain/font-change/font-change.tex b/Master/texmf-dist/doc/plain/font-change/font-change.tex index 90739e3d20d..90739e3d20d 100644 --- a/Master/texmf-dist/tex/plain/font-change/font-change.tex +++ b/Master/texmf-dist/doc/plain/font-change/font-change.tex diff --git a/Master/texmf-dist/tex/plain/font-change/font-change_FRENCH.tex b/Master/texmf-dist/doc/plain/font-change/font-change_FRENCH.tex index 45b24ddfc7a..45b24ddfc7a 100644 --- a/Master/texmf-dist/tex/plain/font-change/font-change_FRENCH.tex +++ b/Master/texmf-dist/doc/plain/font-change/font-change_FRENCH.tex diff --git a/Master/texmf-dist/doc/plain/font-change/default-amssymbols.tex b/Master/texmf-dist/tex/plain/font-change/default-amssymbols.tex index ed7b376e4a0..ed7b376e4a0 100644 --- a/Master/texmf-dist/doc/plain/font-change/default-amssymbols.tex +++ b/Master/texmf-dist/tex/plain/font-change/default-amssymbols.tex diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 07554448d8f..26e429d4ddf 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -382,8 +382,9 @@ sub prepare { } elsif ($pkg eq "latex") { $tds_path = "$CTAN/install/macros/latex/latex-base.tds.zip"; - } elsif ($pkg eq "babel") { - $tds_path = "$CTAN/install/macros/latex/required/babel-base.tds.zip"; +# luababel.def diffs, and useless comment differences +# } elsif ($pkg eq "babel") { +# $tds_path = "$CTAN/install/macros/latex/required/babel-base.tds.zip"; } elsif ($pkg =~ /^(amsmath|cyrillic|graphics|tools)$/) { $tds_path = "$CTAN/install/macros/latex/required/latex-$pkg.tds.zip"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cc0a3fda631..4e58670b3ed 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1517,8 +1517,8 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'flashmovie', '\.swf|' . $standardtex, 'fltpoint', '\.sty|\.tex', 'fntproof', 'fntproof.tex', - 'font-change', 'font.*\.tex', - 'font-change', 'font.*\.tex', + 'font-change', 'default-amssymbols.tex|font_.*\.tex', + 'font-change-xetex', 'font.*\.tex', 'fontawesome', 'fontawesomesymbols-.*\.tex|' . $standardtex, 'fontch', '\.tex', 'footnpag', 'footnpag\.sty', |