diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-01 18:57:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-01 18:57:28 +0000 |
commit | ad2dd8cf86432193642665a7a96d5bc850f09dea (patch) | |
tree | 2a0c1eff59e3d784b05570decd5b27dc1ff939c3 /Master | |
parent | 413d7f7e7a71e2fa7657b04c4807d5068b997120 (diff) |
multirow, avoid installing miscdoc.sty
git-svn-id: svn://tug.org/texlive/trunk@17256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/multirow/miscdoc.sty (renamed from Master/texmf-dist/doc/latex/multirow/doc/miscdoc.sty) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/multirow/multirow.pdf (renamed from Master/texmf-dist/doc/latex/multirow/doc/multirow.pdf) | bin | 289984 -> 289984 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/multirow/multirow.tex (renamed from Master/texmf-dist/doc/latex/multirow/doc/multirow.tex) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
4 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/multirow/doc/miscdoc.sty b/Master/texmf-dist/doc/latex/multirow/miscdoc.sty index f23796da2b8..f23796da2b8 100644 --- a/Master/texmf-dist/doc/latex/multirow/doc/miscdoc.sty +++ b/Master/texmf-dist/doc/latex/multirow/miscdoc.sty diff --git a/Master/texmf-dist/doc/latex/multirow/doc/multirow.pdf b/Master/texmf-dist/doc/latex/multirow/multirow.pdf Binary files differindex 947d7a41100..947d7a41100 100644 --- a/Master/texmf-dist/doc/latex/multirow/doc/multirow.pdf +++ b/Master/texmf-dist/doc/latex/multirow/multirow.pdf diff --git a/Master/texmf-dist/doc/latex/multirow/doc/multirow.tex b/Master/texmf-dist/doc/latex/multirow/multirow.tex index 66c14bfa66b..66c14bfa66b 100644 --- a/Master/texmf-dist/doc/latex/multirow/doc/multirow.tex +++ b/Master/texmf-dist/doc/latex/multirow/multirow.tex diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6a5ab062418..1e87a9d0a4d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -416,6 +416,7 @@ $Master = "$mydir/../.."; 'mpattern', "&MAKEmpattern", 'mpdinbrief', "die 'skipping, nosell license'", 'multido', "&MAKEpst", + 'multirow', "&MAKEflatten", 'mwrite', "die 'skipping, nonfree license", 'mx' , "die 'skipping, author does not recommend system install'", 'mxd', "&MAKEflatten", @@ -889,6 +890,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'montex', "(mlsgalig|mlstrans|mnhyphex)\.tex|" . $standardtex, 'mpman-ru', 'NULL', # doc package 'msg', "-msg\.tex|" . $standardtex, + 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'nag', '\.nag|' . $standardtex, 'nddiss', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf |