summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-20 23:36:10 +0000
committerKarl Berry <karl@freefriends.org>2009-05-20 23:36:10 +0000
commita7ec64d547b4c8701dc4ef335839a1608a3aa65a (patch)
tree5c80d6ef9c1cc34034caa465e50f8d214d354a9b /Master/tlpkg/libexec
parent4a940511862dc777d8908864613d02d4852ee108 (diff)
add forever-missing apalike.sty et al., specifically apalike.sty (Frank K, 20 May 2009 21:09:48, debian#528493)
git-svn-id: svn://tug.org/texlive/trunk@13281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a6c70d6b755..a94ff01632c 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -552,6 +552,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
);
%specialpostaction = (
+ 'apalike' => '&POSTapalike',
'bibleref' => '&POSTlatex2html',
'context-games' => '&POSTcontext_games',
'context-lilypond' => '&POSTcontext_lilypond',
@@ -917,6 +918,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
%specialdocfmt = (
'abbr', 'generic',
'abstyles', 'bibtex',
+ 'apalike', 'bibtex',
'accfonts', 'fonts',
'amsldoc-it', 'italian',
'amsldoc-vn', 'vietnamese',
@@ -1447,6 +1449,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'accfonts' => $standardclean . '|dvips.enc', # dup enc
'achemso' => "$standardclean|jawltxdoc.sty", # temp file for doc
'acmconf' => "$standardclean|flushend.sty", # dup with sttools
+ 'apalike' => "apalike2.bst", # does not belong
'bbm-macros' => $standardclean . '|^bbm$', # symlink
'chemscheme' => "$standardclean|jawltxdoc.sty", # temp file for doc
'chemstyle' => "$standardclean|jawltxdoc.sty", # temp file for doc
@@ -3467,6 +3470,16 @@ sub PREHOOK_wsuipa
+sub POSTapalike
+{
+ print "POST$package - move apalike.tex to runtime\n";
+ # can't use specialtex because we also need apalike.sty in latex.
+ my $src = "$DEST/doc/$whichdocformat/$package/apalike.tex";
+ my $dstdir = "$DEST/tex/plain/$package";
+ &xmkdir ($dstdir);
+ &SYSTEM ("$MV $src $dstdir/");
+}
+
sub POSTcoordsys
{
print "POST$package - rename `putfile.' to `putfile.maple'.\n";
@@ -3498,8 +3511,6 @@ sub POSTelsarticle
{
print "POST$package - move contrib and src/* to source\n";
&xchdir ("$DEST/doc/$whichdocformat/$package");
- warn `pwd`;
- warn `vdir`;
my $dest = "$DEST/source/latex/$package";
&xmkdir ($dest);
# we don't need two copies of that file