diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-18 23:51:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-18 23:51:03 +0000 |
commit | 16a931a6ec904cd0fcf4cc41d0926951da96b7b8 (patch) | |
tree | 82a8407276bacf65add5d243c1fd0722df7527e0 /Master/tlpkg/libexec/ctan2tds | |
parent | 2aaaa469a2ca0da6f8aac5752c40bf00ce399449 (diff) |
elsarticle update (18sep09)
git-svn-id: svn://tug.org/texlive/trunk@15370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 71642088f02..5848bf6cb23 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -198,6 +198,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'ednotes', "&MAKEnosymlinks", 'eiad', "&MAKEflatten", 'elhyphen', "die 'incorporated in hyph-utf8'", + 'elsarticle', "&MAKEflatten", 'enctex', "die 'engine requiring compilation'", 'encxvlna', "&MAKEcopy", 'enpassant', "die 'skipping, license unknown'", @@ -610,7 +611,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'ctex' => '&POSTctex', 'datetime' => '&POSTlatex2html', 'doipubmed' => '&POSTlatex2html', - 'elsarticle' => '&POSTelsarticle', 'eplain' => '&POSTeplain', 'epspdf' => '&POSTepspdf', 'fontools' => '&POSTfontools', @@ -868,6 +868,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'edmac', 'edmac.tex|edstanza.tex|\.sty', 'eijkhout', '\.tex', 'eltex', 'eltex.*tex', + 'elsarticle', 'elsarticle.cls', # no rvdtx, pdfwidgets 'epsf', 'epsf.(tex|sty)', 'epslatex-fr', 'NULL', 'esint-type1', 'esint.tex', @@ -3490,20 +3491,6 @@ sub POSTctex &SYSTEM ("$MV doc/* .; rmdir doc"); } -sub POSTelsarticle -{ - print "POST$package - move contrib and src/* to source\n"; - &xchdir ("$DEST/doc/$whichdocformat/$package"); - my $dest = "$DEST/source/latex/$package"; - &xmkdir ($dest); - # we don't need two copies of that file - &SYSTEM ("rm contrib/elsdoc.pdf"); - &SYSTEM ("mv contrib $dest"); - &SYSTEM ("mv src/* $dest"); - &SYSTEM ("mv elsdoc.tex $dest"); - &SYSTEM ("rmdir src"); -} - sub POSTeplain { print "POST$package - mv README, eplain.info\n"; |