summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-03 23:28:30 +0000
committerKarl Berry <karl@freefriends.org>2009-01-03 23:28:30 +0000
commit33c1f245e0653585bfd7f885a5880e6fbd2d1d26 (patch)
treea1987c37852db9bf06abeeeb71d8f493880b7827
parent4a99b7afa624662867335325f07b6e36e7d57ad6 (diff)
move showexpl.cfg to doc (Jobst Hoffmann, 03 Jan 2009 14:42:24)
git-svn-id: svn://tug.org/texlive/trunk@11808 c570f23f-e606-0410-a88d-b1316a301751
-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