summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/latex/xindex/xindex.sty (renamed from Master/texmf-dist/tex/lualatex/xindex/xindex.sty)0
-rw-r--r--Master/texmf-dist/tex/lualatex/xindex/unicode-category.lua (renamed from Master/texmf-dist/doc/lualatex/xindex/unicode-category.lua)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
3 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/lualatex/xindex/xindex.sty b/Master/texmf-dist/tex/latex/xindex/xindex.sty
index 58afc99c20d..58afc99c20d 100644
--- a/Master/texmf-dist/tex/lualatex/xindex/xindex.sty
+++ b/Master/texmf-dist/tex/latex/xindex/xindex.sty
diff --git a/Master/texmf-dist/doc/lualatex/xindex/unicode-category.lua b/Master/texmf-dist/tex/lualatex/xindex/unicode-category.lua
index d3f6c5b84a9..d3f6c5b84a9 100644
--- a/Master/texmf-dist/doc/lualatex/xindex/unicode-category.lua
+++ b/Master/texmf-dist/tex/lualatex/xindex/unicode-category.lua
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";