diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-05 00:05:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-05 00:05:16 +0000 |
commit | f6dff0989d564860048dd15418a39958289ce02f (patch) | |
tree | 93f1ab56cb31ca57ddf664360fca9fd3501e47cc /Master/tlpkg | |
parent | 266a926d90fcb0ac1e5518cd1d6ad87984bb44d9 (diff) |
xindex dirs
git-svn-id: svn://tug.org/texlive/trunk@49321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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"; |