summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-26 00:28:56 +0000
committerKarl Berry <karl@freefriends.org>2013-02-26 00:28:56 +0000
commit1f9e02e82c40a4bd9e9dec120b1ea56347cf070e (patch)
tree4ee74c9b7359df193fb26e8a37978ec23d9b7a46 /Master/tlpkg/libexec
parent4eec7577ec26f29a64908f753e06df0d8ca96997 (diff)
context-simplefonts (25feb13)
git-svn-id: svn://tug.org/texlive/trunk@29229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index fdf912c76df..7a7f8755a2c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1162,6 +1162,7 @@ $standarddest = "texmf-dist";
'chronosys', 'generic',
'circ', 'latex',
'cirth', 'generic',
+ 'cyrplain', 'plain',
'dehyph-exptl','generic',
'dratex', 'generic',
'edmac', 'generic',
@@ -1289,6 +1290,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'custom-bib', '\.mbs|\.tex',
'cweb-latex', 'cwebbase.tex|' . $standardtex,
'cyrillic', '\.tex|\.sty|\.fd$|\.def',
+ 'cyrplain', '.',
'dehyph-exptl','de.*-x-.*\.tex|\.pat',
'dialogl', '[^c]\.sty|listout\.tex', # not dialogl-doc.sty
'din1505', 'NULL', # no tex files, only natbib.cfg, would be system-wide
@@ -1872,6 +1874,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
'chemarrow', '\.mp|\.vfb',
'concmath-fonts', 'NULL',
'crossword', $standardsource . '|AcrossLite',
+ 'cyrplain', 'NULL', # all in tex
'epsf', 'NULL',
'epslatex-fr', 'NULL',
'epspdf', 'NULL', # leave .install
@@ -4503,8 +4506,7 @@ sub MAKEpst
eval ($postaction) if $postaction;
}
-sub MAKEfontinst
-{
+sub MAKEfontinst {
&xchdir ($packagedir);
&runjob("mkdir -p $DEST/tex/latex/fontinst");
&runjob("mkdir -p $DEST/tex/fontinst");