summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-26 00:30:44 +0000
committerKarl Berry <karl@freefriends.org>2010-06-26 00:30:44 +0000
commitd6dc2957c322fe78b71bc9265ceca48442d29d22 (patch)
tree5eef5cd96f09390ec1fc504bc490ce78de98cb6f /Master/tlpkg/libexec
parenta5bf2a9c12d868210211134afe9df4b7d226cc01 (diff)
consistency cleanups
git-svn-id: svn://tug.org/texlive/trunk@19161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 67e252f72c1..f307f2e69f8 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2808,8 +2808,9 @@ sub MAKEseminar {
}
sub MAKExypic {
- # Copy source files as per INSTALL instructions.
+ # Copy source files per INSTALL instructions.
&xchdir ($packagedir);
+ my $Foundry = "public";
&SYSTEM ("mkdir -p $DEST/doc/generic/xypic");
&SYSTEM ("$CP [A-Z]* $DEST/doc/generic/xypic/");
&SYSTEM ("$CP doc/*.* $DEST/doc/generic/xypic");