diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-09 18:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-09 18:02:43 +0000 |
commit | 9a12fed1adede2b0b650b82ba663f02f6ffb9116 (patch) | |
tree | 6edcc73d22c7b904f0ad11c52c161899781f5f82 | |
parent | 2de27cf2944a58f961c3eecc50de7e2ccf44ed5c (diff) |
excludes for (u)ptex-fonts
git-svn-id: svn://tug.org/texlive/trunk@40978 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 12 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/uptex.tlpsrc | 7 |
2 files changed, 17 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 2a59056b32e..47d04ec0011 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -47,6 +47,14 @@ runpattern +!d texmf-dist/tex/generic/hyph-utf8/patterns/ptex srcpattern +d texmf-dist/source/platex/base docpattern +f texmf-dist/doc/man/man1/mendex.* -# -# maintained in pbibtex-base: + +# pbibtex-base exceptions: docpattern +!d texmf-dist/doc/ptex/pbibtex + +# ptex-fonts exceptions: +runpattern +!d texmf-dist/fonts/tfm/ptex +runpattern +!d texmf-dist/fonts/vf/ptex +runpattern +!d texmf-dist/fonts/source/ptex +runpattern +!d texmf-dist/fonts/type1/ptex +docpattern +!d texmf-dist/doc/fonts/ptex +docpattern +!d texmf-dist/doc/ptex/jvf diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc index 5a418464857..723ca258582 100644 --- a/Master/tlpkg/tlpsrc/uptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc @@ -47,3 +47,10 @@ srcpattern +d texmf-dist/source/fonts/uptex docpattern +d texmf-dist/doc/uplatex/base docpattern +d texmf-dist/doc/upmendex docpattern +d texmf-dist/doc/uptex/base + +# uptex-fonts excludes: +runpattern +!d texmf-dist/fonts/tfm/uptex +runpattern +!d texmf-dist/fonts/vf/uptex +runpattern +!d texmf-dist/fonts/cmap/uptex +srcpattern +!d texmf-dist/source/fonts/uptex +docpattern +!d texmf-dist/doc/fonts/uptex |