diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index f6505d11b3a..8d08ee5f511 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -231,6 +231,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'invoice', "&MAKEflatten", 'ipa', "die 'skipping, part of wsuipa'", 'iwona', "&MAKEcopy", + 'jadetex', "&MAKEjadetex", 'japanese', "die 'skipping, requires ptex'", 'jasthesis', "die 'skipping, license is unknown'", 'javadoc', "die 'skipping, requires java and no source'", @@ -630,6 +631,7 @@ $standarddest = "texmf-dist"; 'greenpoint', 'fonts', 'hfoldsty', 'fonts', 'hyphenex', 'generic', + 'jadetex', 'jadetex', 'kixfont', 'fonts', 'latexmp', 'metapost', 'leawood', 'fonts', @@ -942,6 +944,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ijqc', 'bibtex', 'impatient-fr','french', 'iopart-num', 'bibtex', + 'jadetex', 'jadetex', 'kixfont', 'fonts', 'l2picfaq', 'german', 'l2tabu-it', 'italian', @@ -2936,7 +2939,17 @@ sub MAKEukrhyph { &runjob("rm $DEST/tex/generic/ukrhyph/*.ps"); } -sub MAKElfb { +sub MAKEjadetex +{ + die "sorry, jadetex not ready"; + &SYSTEM ("cd $packagedir && tar xf jadetex*.tar.gz && mv jadetex-*/* ."); + print `ls -R`; + &SYSTEM ("cd $packagedir && (rm -rf jadetex-3* doc/.cvsignore)"); + &MAKEflatten (); +} + +sub MAKElfb +{ # remove pregenerated pk files. &MAKEflatten (); print "\t SPECIAL removing lfb PK files\n"; |