diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 375e649ca4b..259e68f62fe 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -2536,10 +2536,17 @@ chdir("$packagedir"); &runjob("latex psfonts.ins; mv *sty $DEST/tex/latex/psnfss "); } +# tds zip file provided, unzip and copy. +# sub MAKEkoma { - chdir("$packagedir"); - &runjob("TEXLIVE=$DEST make -f Makefile.unx texlive"); - &SYSTEM("rm -f scrgui*.dvi"); # just keep pdf's + &xchdir ($packagedir); + # + print "\t SPECIAL $package unzip and copy\n"; + &SYSTEM ("unzip -q komascript-texmf.zip"); + &SYSTEM ("rm -f *"); # remove the top-level files, they're in the zip + # + &xchdir (".."); + &MAKEcopy (); } sub MAKEcmlgc { |