summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 955f0a11b2c..8f420420a93 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1114,6 +1114,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'latex-git-log' => '&PREHOOK_latex_git_log',
'latexdiff' => '&PREHOOK_latexdiff',
'lilyglyphs' => '&PREHOOK_lilyglyphs',
+ 'lollipop' => '&PREHOOK_flatten1',
'mathspic' => '&PREHOOK_mathspic',
'movie15' => '&PREHOOK_flatten1',
'musixtex-fonts' => '&PREHOOK_unzip',
@@ -1177,6 +1178,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'lilyglyphs' => '&POSTlilyglyphs',
'listbib' => '&POSTlistbib',
'lithuanian' => '&POSTlithuanian',
+ 'lollipop' => '&POSTlollipop',
'luaotfload' => '&POST_do_man',
'luatexja' => '&POSTluatexja',
'm-tx' => '&POST_do_man',
@@ -1262,6 +1264,7 @@ $standarddest = "texmf-dist";
'knuth-local', 'plain',
'kotex-plain', 'plain',
'levy', 'generic', # one .sty, one .tex
+ 'lollipop', 'lollipop',
'luatexja', 'luatex',
'luaxml', 'luatex',
'mathabx', 'generic',
@@ -1472,6 +1475,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'listbib', 'listbib.tex|' . $standardtex,
'listings-ext','\.sty', # not .cfg
'logic', 'milstd\.tex|' . $standardtex,
+ 'lollipop', '\.ini|lollipop-.*tex',
'ltxkeys', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg
'lua-check-hyphen', '\.lua|' . $standardtex,
'lua-visual-debug', '\.lua|' . $standardtex,
@@ -1780,6 +1784,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'lfb', 'fonts',
'lh', 'fonts',
'latex-notes-zh-cn', 'generic',
+ 'lollipop', 'otherformats',
'lua-alt-getopt', 'support',
'lua2dox', 'support',
'luaintro', 'luatex',
@@ -5532,6 +5537,11 @@ sub POSTlithuanian {
&SYSTEM ("$MV $DEST/doc/latex/lithuanian/l7xenc.dfu $DEST/tex/latex/lithuanian/");
}
+sub POSTlollipop {
+ print "POST$package - move macros up a level\n";
+ &SYSTEM ("$MV $DEST/tex/$package/$package/* $DEST/tex/$package/");
+}
+
sub POSTluatexja {
print "POST$package - runins, move directories\n";
&xchdir ("src");