summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-17 16:29:34 +0000
committerKarl Berry <karl@freefriends.org>2008-07-17 16:29:34 +0000
commit6c5518520f1102aad61f89375c2bb5c576e0f2f9 (patch)
tree6ae0e57c7b4d8bd9e6c0db41401d3d994597ebcf /Master
parent1701bea01631d531e8137b76bc8fc71b6b5f5031 (diff)
remove libertine files duplicated in babel
git-svn-id: svn://tug.org/texlive/trunk@9631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 18a1b8b4857..b068762e573 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -3235,9 +3235,11 @@ sub POSTlibertine
# has to be a post routine instead of moreclean because we have to
# remove a file in a non-doc directory.
#
- # no source for doku.pdf, ibyhyph.tex is duplicate
+ # no source for doku.pdf.
&SYSTEM ("$RM doc/fonts/libertine/libertinedoku.pdf");
- &SYSTEM ("$RM tex/latex/libertine/babel/ibyhyph.tex");
+ #
+ # these files are in babel and/or ibyhyph.
+ &SYSTEM ("$RM -rf tex/latex/libertine/babel");
}
sub POSTpgf