summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-03 20:53:13 +0000
committerKarl Berry <karl@freefriends.org>2021-06-03 20:53:13 +0000
commit18e1463358450e5d5fd2bcf5529954ed47d4a5f0 (patch)
tree76f3b3fadb39e52734f5129c35edfedf908bea02 /Master/tlpkg
parent01945ee778f661b15c72ca982b7f19293042057b (diff)
optex (3jun21)
git-svn-id: svn://tug.org/texlive/trunk@59458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index d5de2d088a4..f80c7670b87 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -6875,10 +6875,10 @@ sub POSTnwejm {
&SYSTEM ("$MV images $DEST/tex/latex/$package");
}
-sub POSToptex { # its own formats, so directly under tex/ and doc/
+sub POSToptex { # its own format, so under {tex,doc}/base
print "POST$package - mv base demo pkg doc subdirs\n";
&mv_with_mkdir ("base", "demo", "pkg", "$DEST/tex/$package");
- &mv_with_mkdir ("README", "doc/*", "$DEST/doc/$package");
+ &mv_with_mkdir ("README", "doc/*", "$DEST/doc/$package/base");
}
sub POSTpas_vc {