From 1ddce7531f4b8c5ab40aa74ad200a28abed87ef9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Feb 2010 17:03:45 +0000 Subject: concmath-fonts separated from concmath, per Catalogue git-svn-id: svn://tug.org/texlive/trunk@17218 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 68 ++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 39 deletions(-) (limited to 'Master/tlpkg/libexec/ctan2tds') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f950463cca5..ed3d4b36e5d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -151,32 +151,33 @@ $Master = "$mydir/../.."; 'cmastro', "die 'skipping, noinfo license, author unknown'", 'cmbright', "&MAKEflatten", 'cmcyr', "&MAKEflatten", - 'colortab', "die 'skipping, nosell license'", - 'comicsans', "die 'skipping, Comic Sans is nonfree'", - 'compact', "die 'skipping, nonfree license'", - 'concmath', "&MAKEconcmath", - 'context', "&MAKEcontext", - 'context-algorithmic', "&MAKEcopy", - 'context-account', "&MAKEcopy", - 'context-bnf', "&MAKEcopy", - 'context-chromato', "&MAKEcopy", + 'colortab', "die 'skipping, nosell license'", + 'comicsans', "die 'skipping, Comic Sans is nonfree'", + 'compact', "die 'skipping, nonfree license'", + 'concmath-fonts', "&MAKEflatten", + 'concmath', "&MAKEnosymlinks", + 'context', "&MAKEcontext", + 'context-algorithmic', "&MAKEcopy", + 'context-account', "&MAKEcopy", + 'context-bnf', "&MAKEcopy", + 'context-chromato', "&MAKEcopy", 'context-construction-plan', "&MAKEcopy", - 'context-degrade', "&MAKEcopy", - 'context-fixme', "&MAKEcopy", - 'context-french', "&MAKEcopy", - 'context-games', "&MAKEcopy", - 'context-gnuplot', "&MAKEcopy", - 'context-letter', "&MAKEcopy", - 'context-lettrine', "&MAKEcopy", - 'context-lilypond', "&MAKEcopy", - 'context-mathsets', "&MAKEcopy", - 'context-ruby', "&MAKEcopy", - 'context-simplefonts', "&MAKEcopy", - 'context-simpleslides', "&MAKEcopy", - 'context-taspresent', "&MAKEcopy", - 'context-typearea', "&MAKEcopy", - 'context-typescripts', "&MAKEcopy", - 'context-vim', "&MAKEcopy", + 'context-degrade', "&MAKEcopy", + 'context-fixme', "&MAKEcopy", + 'context-french', "&MAKEcopy", + 'context-games', "&MAKEcopy", + 'context-gnuplot', "&MAKEcopy", + 'context-letter', "&MAKEcopy", + 'context-lettrine', "&MAKEcopy", + 'context-lilypond', "&MAKEcopy", + 'context-mathsets', "&MAKEcopy", + 'context-ruby', "&MAKEcopy", + 'context-simplefonts', "&MAKEcopy", + 'context-simpleslides',"&MAKEcopy", + 'context-taspresent', "&MAKEcopy", + 'context-typearea', "&MAKEcopy", + 'context-typescripts', "&MAKEcopy", + 'context-vim', "&MAKEcopy", 'coptic', "die 'skipping, replaced by cbcoptic'", 'corridx', "die 'skipping, Pascal source'", 'count1to', "die 'skipping, use ms'", @@ -999,6 +1000,8 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'cjhebrew', 'fonts', 'cm-super', 'fonts', 'cmarrows', 'metapost', + 'concmath', 'fonts', + 'concmath-fonts', 'fonts', 'context-notes-zh-cn', 'context/third', 'context-top-ten', 'context/third', 'cursolatex', 'portuguese', @@ -1260,6 +1263,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv'; 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile', 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'chemarrow', '\.mp|\.vfb', + 'concmath-fonts', 'NULL', 'crossword', $standardsource . '|AcrossLite', 'epsf', 'NULL', 'epslatex-fr', 'NULL', @@ -2719,20 +2723,6 @@ sub MAKEborceux { &SYSTEM("$MV -f * $DEST/tex/$whichformat/$package"); } -sub MAKEconcmath { - &setup; - chdir("$DEST/doc/$whichdocformat/$package"); - &SYSTEM("$MV fonts/*/* ."); - &buildfilelist; - &domf; - &dodvi; -# rebuild again, as we have .dvi files now - &buildfilelist; - &domakeindex; - &dotex; - &dosource; -} - sub MAKEplqx { &setup; chdir("$DEST/doc/$whichdocformat/$package"); -- cgit v1.2.3