summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pst-pad/showexpl.cfg (renamed from Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg b/Master/texmf-dist/doc/generic/pst-pad/showexpl.cfg
index 6dbd1eb3db0..6dbd1eb3db0 100644
--- a/Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg
+++ b/Master/texmf-dist/doc/generic/pst-pad/showexpl.cfg
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index d484b9785c1..20d231806cc 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3200,7 +3200,8 @@ sub MAKEpst
&killfiles ($moreclean{$package}, "more") if $moreclean{$package};
&SYSTEM("mkdir -p $DEST/tex/latex/$package");
&SYSTEM("mv $DEST/tex/generic/$package/*sty $DEST/tex/latex/$package");
- &SYSTEM("mv $DEST/doc/generic/$package/*cfg $DEST/tex/latex/$package");
+ &SYSTEM("mv $DEST/doc/generic/$package/*cfg $DEST/tex/latex/$package")
+ unless $package eq "pst-pad"; # its showexpl.cfg is for the doc
}
sub MAKEpstgeo