diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-13 22:19:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-13 22:19:02 +0000 |
commit | c7f2ce5fcf476bf2b530bd5dcbeb4fc3e7b72f31 (patch) | |
tree | 9ad78363bdbdd853966f203b6b57b8138cbbcd9a /Master/tlpkg | |
parent | 4b3fc95cce2e262c8570ac41b7eb3958badbdb49 (diff) |
mcf2graph (13jul15)
git-svn-id: svn://tug.org/texlive/trunk@37853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-metapost.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/mcf2graph.tlpsrc | 0 |
4 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e0fb06db21d..bfe076982f2 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -362,7 +362,7 @@ my @TLP_working = qw( mathcomp mathdesign mathdots mathexam mathspec mathtools matlab-prettifier mathspic maths-symbols mattens maybemath mbenotes - mcaption mceinleger mcite mciteplus mcmthesis + mcaption mceinleger mcf2graph mcite mciteplus mcmthesis mdframed mdputu mdsymbol mdwtools media9 meetingmins memdesign memexsupp memoir MemoirChapStyles memory mentis menu menukeys merriweather diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d6573a4b18a..ccad4f5416f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1888,6 +1888,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'marvosym', 'fonts', 'mathabx', 'fonts', 'mathdots', 'generic', + 'mcf2graph', 'metapost', 'memdesign', 'fonts', 'metafont-beginners', 'fonts', 'metatex', 'plain', @@ -2371,6 +2372,7 @@ $standardmp = '\.mp$'; 'hatching', '[^e].mp', # no htchuse.mp 'latexmp', 'latexmp.mp', 'latex-graphics-companion', 'NULL', # doc package + 'mcf2graph', 'mcf2graph.mf', # not the examples 'metapost-examples', 'NULL', # doc package 'mpattern', 'mpattern.mp', # don't install test.mp 'mp3d', '^(3d|ani)', # not examples @@ -2477,7 +2479,8 @@ $standardmfinstall = '\.mf$'; 'cmcyr' => '\.mf', 'ibygrk' => 'ibycus4\.map', # tex|mf source 'ifsym' => $standardmfinstall . '|\.gen', - 'niceframe', => '(karta|umrand).*\.mf', # not bbding or dingbat + 'mcf2graph' => 'NULL', + 'niceframe' => '(karta|umrand).*\.mf', # not bbding or dingbat 'pl' => '\.mf', # include .mft 'tipa' => $standardmfinstall . '|[^c]\.def$', 'wnri' => $standardmfinstall . '|wnindic\.map',# mf source diff --git a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc index 987993bd33a..e225c5b7123 100644 --- a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc @@ -21,6 +21,7 @@ depend garrigues depend gmp depend hatching depend latexmp +depend mcf2graph depend metago depend metaobj depend metaplot diff --git a/Master/tlpkg/tlpsrc/mcf2graph.tlpsrc b/Master/tlpkg/tlpsrc/mcf2graph.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/mcf2graph.tlpsrc |