summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-05 00:05:16 +0000
committerKarl Berry <karl@freefriends.org>2018-12-05 00:05:16 +0000
commitf6dff0989d564860048dd15418a39958289ce02f (patch)
tree93f1ab56cb31ca57ddf664360fca9fd3501e47cc
parent266a926d90fcb0ac1e5518cd1d6ad87984bb44d9 (diff)
xindex dirs
git-svn-id: svn://tug.org/texlive/trunk@49321 c570f23f-e606-0410-a88d-b1316a301751
-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";