summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 9aa0a54ee05..e07db7fd03a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1259,6 +1259,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'sae', "die 'skipping, nosell license'",
'saferef', "die 'skipping, nonfree license'",
'sagetex', "die 'skipping, omitted at author request (25 Jan 2010 19:50:16)'",
+ 'sanskrit', "&MAKEflatten",
'sansmathaccent', "&MAKEflatten",
'sansmathfonts', "&MAKEflatten",
'scholax', "&MAKEflatten",
@@ -1746,6 +1747,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'pxbase' => '&POSTpxbase',
'pxchfon' => '&POSTpxchfon',
'recipebook' => '&POST_rmsymlink',
+ 'sanskrit' => '&POSTsanskrit',
'schule' => '&POSTschule',
'scontents' => '&POSTscontents',
'shipunov' => '&POSTshipunov',
@@ -3755,7 +3757,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'psnfss' => $standardclean . '|8r\.enc$', # already in dvips
'purifyeps' => 'purifyeps.pdf',
'revtex' => '00readme.tex|DOWNLOAD|README', # already in doc
- 'sanskrit' => 'ps-type1|sktdoc.ps', # symlink, pdf in sanskrit-t1
'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store',
'swfigure' => $standardclean . '|#README.txt#',
'tds' => 'NULL', # preserve .dvi
@@ -7262,6 +7263,11 @@ sub POSTpxchfon {
&SYSTEM ("$MV $srcdir/*.sfd $sfddir/");
}
+sub POSTsanskrit {
+ print "POST$package - rm leftovers\n";
+ &SYSTEM ("$RM sktdoc.ps ps-type1/sktdoc.pdf && rmdir ps-type1");
+}
+
sub POSTschule {
print "POST$package - move additional files\n";
&mv_with_mkdir ("latex/* data/*", "$DEST/tex/latex/$package");