diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 23:40:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 23:40:24 +0000 |
commit | 759203ce6f83471a48a123af53f0bb82d76e65ce (patch) | |
tree | 75aa312332f3653d7e4bb79bf081d0b1830830ce /Master/tlpkg | |
parent | b6d3742bf9b7d7d36dc702c754be45dbdd1f8e1d (diff) |
new generic package librarian (3apr10)
git-svn-id: svn://tug.org/texlive/trunk@17675 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 | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/librarian.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0a536209a72..b47dda07239 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -170,7 +170,7 @@ my @TLP_working = qw( latexcheat latexcheat-esmx latexcheat-ptbr latexdiff latexmk latexmp layouts lcd lcg lcyw leading leaflet ledmac leftidx lettrine lewis lexikon lfb lgreek lh - libertine libris limap linearA lineno linguex + libertine librarian libris limap linearA lineno linguex lipsum listbib listing listings listings-ext listliketab listofsymbols lithuanian liturg lkproof lm logic logical-markup-utils logpap lps lsc diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 23f6c8a3162..066b8982d18 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -881,6 +881,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'latex-course','NULL', # keep doc together 'latex-doc-ptr', 'NULL', # keep doc together 'lettre', '\.ins|\.cls', + 'librarian', '(t-)?librarian.(tex|sty)', 'listings-ext','\.sty', # not .cfg 'logic', 'milstd\.tex|' . $standardtex, 'magyar', 'NULL', # do not install in runtime, conflicts with babel @@ -1672,6 +1673,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'gfsneohellenic'=>'N*Specimen.pdf', # nonfree 'guitbeamer' => 'guitbeamer-de.pdf', 'jknapltx' => 'ubbold.fd', # clashes bbold's Ubbold.fd; sauter bbold fails + 'librarian' => 'librarian-doc.pdf', # no source 'linguex' => 'cgloss4e.sty', # symlink 'piechartmp' => 'piechartmp.pdf', 'ptptex' => 'overcite.sty|cite.sty|wrapfig.sty', # duplicated diff --git a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc index 3693c568310..d73e4d6e8ed 100644 --- a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc @@ -15,6 +15,7 @@ depend encxvlna depend fenixpar depend fltpoint depend insbox +depend librarian depend mathdots depend metatex depend mftoeps diff --git a/Master/tlpkg/tlpsrc/librarian.tlpsrc b/Master/tlpkg/tlpsrc/librarian.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/librarian.tlpsrc |