summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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");