diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-07 17:03:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-07 17:03:54 +0000 |
commit | 499ad42b864ca45a40902239d8373c545598ee59 (patch) | |
tree | ba5cfb3b5e304f6a9fb3d88a2d2e4f15a119ebb6 /Master/tlpkg | |
parent | c3fa84757f6c17ec077afc3577a9e7efd332390f (diff) |
hyper doc update (6mar10)
git-svn-id: svn://tug.org/texlive/trunk@17357 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 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index eb5cfff90a2..9e6fe4189b4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -147,7 +147,7 @@ my @TLP_working = qw( harvard harvardkyoto harvmac hc hep hepnames hepparticles hepthesis hepunits here hhtensor histogr hitec hrlatex hvfloat hvindex - hypdvips hyperref hyperxmp hyph-utf8 hyphen-base + hypdvips hyper hyperref hyperxmp hyph-utf8 hyphen-base hyphenat hyphenex hyplain ibygrk icsv idxlayout IEEEconf IEEEtran ifmtarg ifplatform ifxetex ijmart ijqc imac image-gallery impatient impatient-fr import imtekda diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a25b44a5241..360db65efb3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -857,7 +857,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'harvmac', 'mac\.tex', 'hc', '\.hld|' . $standardtex, 'hfoldsty', '\.sty|\.fd|\.cpa', - 'hyper', '\.sty|\.hyp', + 'hyper', '^[^d].*\.sty|\.hyp', # not defpattern.sty 'hyphenex', 'ushyphex\.tex', 'hyplain', '(hyrules|hy.*plain|hylang)\..*', 'ibygrk', 'iby4extr.tex|ibycus4.tex|ibycusps.tex|pssetiby.tex|setiby4.tex|tlgsqq.tex|version4.tex|' . $standardtex, @@ -1284,6 +1284,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv'; 'findhyph', 'NULL', # leave makefile 'fmtcount', 'fmtcount.perl|' . $standardsource, 'grid', 'rvdtx\.sty|' . $standardsource, + 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.*', 'mff', '\.mfj|\.bat|\.diz', 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource, |