diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-08 23:00:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-08 23:00:18 +0000 |
commit | 8be4ac1f1182aaa535583ef91510e6acfd9fc1ab (patch) | |
tree | 5d24de4ba178f6903ddd9abfeacce8afb27fdb5b /Master/tlpkg | |
parent | d16e1358f9ef7f37a0d7f791013f5377f12f2c4e (diff) |
pdfx: .dfu and Adobe*Profiles.tex in runtime, per ross 25 May 2016 03:28:22
git-svn-id: svn://tug.org/texlive/trunk@41318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 736d5b67ed6..d3da38e0b4b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1660,7 +1660,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'pdfcprot', '\.cpa|\.sty', 'pdfscreen', 'overlay.*pdf|but.*pdf|left.*pdf|right\.pdf|pdfscreen.sty', 'pdfslide', '\.jpg|\.sty|\.clo|\.cfg|meta.*\.pdf', - 'pdfx', '\.xmp$|\.icc$|\.def$|glyph.*tex|pdfx\.sty', + 'pdfx', '\.(def|dfu|icc|xmp)$|(glyph|Profiles).*tex|pdfx\.sty|ICC_LIC', 'petri-nets', 'pnets\.tex|pntext\.tex|\.sty|pndraw\.tex|pnversion\.tex|\.sty|pndraw\.tex', 'pgfmolbio', 'pgfmolbio\..*\.|' . $standardtex, # .lua+.tex submodules 'pgf-blur', 'tikzlibraryshadows.blur.code.tex', |