summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-27 22:29:25 +0000
committerKarl Berry <karl@freefriends.org>2013-11-27 22:29:25 +0000
commitcdcbacd7c8941f2c8f774d373d813bc3ffebf629 (patch)
treedc463568de34cdbdc3e142db2d5fb9f11f295630 /Master/tlpkg/libexec
parentf90134b905cb49dac07ee7621641b247505456ad (diff)
pas-vc (27nov13)
git-svn-id: svn://tug.org/texlive/trunk@32263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 930cf935f75..970f854fa4c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1174,6 +1174,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'musixtex' => '&POSTmusixtex',
'niceframe' => '&POST_rmsymlink',
'numericplots' => '&POSTnumericplots',
+ 'pas-cv' => '&POSTpas_vc',
'pedigree-perl' => '&POSTpedigreeperl',
'pgf' => '&POSTpgf',
'pgfplots' => '&POSTpgfplots',
@@ -5501,6 +5502,13 @@ sub POSTnumericplots {
&SYSTEM ("$MV latex $DEST/tex/latex/$package");
}
+sub POSTpas_vc {
+ print "\t POST$package - mv latex subdir, doc files\n";
+ &SYSTEM ("$MV latex $DEST/tex/latex/$package");
+ &SYSTEM ("$MV $DEST/tex/latex/$package/photo.png .");
+ &SYSTEM ("$MV doc/* .");
+}
+
sub POSTpedigreeperl {
print "POST$package - mv *.pm Pedigree/*.pm\n";
my $scriptdir = "$DEST/scripts/$package";