summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
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