diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 14 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/arabluatex.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langarabic.tlpsrc | 1 |
4 files changed, 16 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 34ba3b3dfc5..cca6985da4f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -40,7 +40,7 @@ my @TLP_working = qw( anyfontsize anysize aobs-tikz aomart apa apa6 apa6e apacite apalike2 apnum appendix appendixnumberbeamer apprends-latex apptools - arabi arabi-add arabtex arabxetex + arabi arabi-add arabluatex arabtex arabxetex aramaic-serto arara archaeologie archaic arcs arev armtex around-the-bend arphic arrayjobx arraysort arsclassica arydshln articleingud diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 813da456324..57d98c3871e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1212,6 +1212,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'amsrefs' => '&POSTamsrefs', 'amstex' => '&POSTamstex', 'apalike' => '&POSTapalike', + 'asapsym' => '&POSTasapsym', 'biber' => '&POSTbiber', 'biblatex' => '&POSTbiblatex', 'bibtex' => '&POSTbibtex', @@ -2509,6 +2510,7 @@ $standardmf='[0-9]\.mf'; %specialfoundry = ( + 'asapsym' => 'omnibus-type', 'berenisadf' => 'arkandis', 'charter' => 'bitstrea', 'fc' => 'jknappen', @@ -5193,6 +5195,18 @@ sub POSTapalike { &SYSTEM ("$MV $src $dstdir/"); } +sub POSTasapsym { + print "POST$package - move TeX files to specific subdirs\n"; + # + my $plainfile = "$DEST/tex/latex/$package/$package.code.tex"; + my $plaindir = "$DEST/tex/plain/$package"; + &mv_with_mkdir ($plainfile, $plaindir); + # + my $genericfile = "$DEST/doc/$whichdocformat/$package/$package-generic.tex"; + my $genericdir = "$DEST/tex/generic/$package"; + &mv_with_mkdir ($genericfile, $genericdir); +} + sub POSTbiber { print "POST$package - unpack and install binaries\n"; # we've started with everything under source/. diff --git a/Master/tlpkg/tlpsrc/arabluatex.tlpsrc b/Master/tlpkg/tlpsrc/arabluatex.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/arabluatex.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-langarabic.tlpsrc b/Master/tlpkg/tlpsrc/collection-langarabic.tlpsrc index ec67ca70af2..6f3a9568e50 100644 --- a/Master/tlpkg/tlpsrc/collection-langarabic.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langarabic.tlpsrc @@ -7,6 +7,7 @@ depend collection-basic depend amiri depend arabi depend arabi-add +depend arabluatex depend arabtex depend bidi depend bidihl |