diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e5d56a6e03e..49b168efebd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1466,6 +1466,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'velthuis' => '&POSTvelthuis', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetexpstricks', + 'xindex' => '&POSTxindex', 'xsim' => '&POSTxsim', 'xymtex' => '&POSTxymtex', 'zhmetrics' => '&POSTzhmetrics', @@ -1996,7 +1997,7 @@ $standardtex 'xetexfontinfo','\.tex', 'xetexko', '\.tab$|' . $standardtex, 'xwatermark', '\.sty', # no .cfg - 'xindex', 'xindex-.*\.lua$|' . $standardtex, + 'xindex', '(unicode|xindex)-.*\.lua$', 'xlop', 'xlop\.(tex|sty)', # no manual.sty 'xstring', 'xstring\.tex|' . $standardtex, 'yathesis', '\.(sty|cls)$', # no .cfg @@ -6539,6 +6540,11 @@ sub POSTxetexpstricks { &SYSTEM ("$MV xelatex xetex tex"); } +sub POSTxindex { + print "POST$package - one .sty to latex\n"; + &mv_with_mkdir ("xindex.sty", "$DEST/tex/latex/xindex/"); +} + # does not work since there is also the rest of the xindy package ... #sub POST_xindy { # print "POST$package - move to xindy module directory\n"; |