diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-17 22:55:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-17 22:55:56 +0000 |
commit | 1bb121320daf142867eae59d33a205f45a9d86c5 (patch) | |
tree | 64a38ea470242cea55908aaf903c6bec12d365d2 /Master/tlpkg/libexec | |
parent | 939b7004d3332442ca355c2916737e53d0e71df7 (diff) |
libertine update (17may09)
git-svn-id: svn://tug.org/texlive/trunk@13187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7ee1862618a..29eca2c875e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -280,7 +280,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'lh', "&MAKEcopy", 'libertine', "&MAKEcopy", 'libris', "&MAKEcopy", - 'lifia-th', "die 'skipping, '", + 'lifia-th', "die 'skipping, ?'", 'linearA', "&MAKEflatten", 'lineno', "&MAKEnosymlinks", 'literat', "&MAKEliterat", @@ -1487,7 +1487,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'ptptex' => 'overcite.sty|cite.sty|wrapfig.sty', # duplicated 'stubs' => 'stubs.pdf', 'susy' => 'susy.pdf', # no source - 'xelibertine' => 'xelibertineDoku.pdf', # no source 'xskak' => 'xskak.pdf', # no source ); @@ -3607,15 +3606,12 @@ sub POSTlatex2man sub POSTlibertine { - print "POST$package - remove duplicates, nosource docs"; - # has to be a post routine instead of moreclean because we have to - # remove a file in a non-doc directory. + print "POST$package - remove nosource docs"; + # post routine instead of moreclean because we use MAKEcopy. + # doable one way or another, but skipping for now. xx # # no source for doku.pdf. - &SYSTEM ("$RM doc/fonts/libertine/libertinedoku.pdf"); - # - # these files are in babel and/or ibyhyph. - &SYSTEM ("$RM -rf tex/latex/libertine/babel"); + &SYSTEM ("$RM doc/fonts/libertine/*libertine[dD]oku.pdf"); } sub POSTlithuanian |