diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-16 00:49:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-16 00:49:36 +0000 |
commit | 74b09c529472ec24454c2bfb95d41795233e7d9a (patch) | |
tree | 0ac085455e6e589f61024808c05988073278b79e /Master/tlpkg | |
parent | a35845a36ac2ee5a72f83f3820bf60c59285f07c (diff) |
metapost package epsincl
git-svn-id: svn://tug.org/texlive/trunk@7437 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 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-metapost.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/epsincl.tlpsrc | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 99c0e09af2f..86bf0d99018 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1123,6 +1123,7 @@ $standardmp = '\.mp$'; 'automata', 'automata.mp', # skip example.mp 'bpolynomial', 'bpolynomial.mp', # skip examples.mp 'dviincl', 'fix.*mp', # skip test-bop.mp + 'epsincl', 'eps.*mp', # skip testincl.mp 'feynmp', 'feynmp.mp', 'latexmp', 'latexmp.mp', 'mpattern', 'mpattern.mp', # don't install test.mp diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8495a0de11a..20b8ba0af12 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -65,7 +65,7 @@ my @WorkingTLP = qw( egplot eijkhout elatex ellipsis elpres elsevier elsevier-bib emulateapj endfloat endheads engrec enumitem envbig environ epigrafica epiolmec eplain epsdice - epsf epslatex-fr epspdfconversion epstopdf + epsf epsincl epslatex-fr epspdfconversion epstopdf eqlist eqparbox errata es-tex-faq ESIEEcv esdiff esint esint-type1 eskd eskdx eso-pic esvect etaremune ethiop ethiop-t1 etoolbox euenc diff --git a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc index f59f8ec4fcc..52f5e6632ec 100644 --- a/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-metapost.tlpsrc @@ -8,6 +8,7 @@ depend bpolynomial depend cmarrows depend dviincl depend emp +depend epsincl depend expressg depend exteps depend featpost diff --git a/Master/tlpkg/tlpsrc/epsincl.tlpsrc b/Master/tlpkg/tlpsrc/epsincl.tlpsrc new file mode 100644 index 00000000000..03604c25c6f --- /dev/null +++ b/Master/tlpkg/tlpsrc/epsincl.tlpsrc @@ -0,0 +1,2 @@ +name epsincl +category Package |