summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-14 21:55:04 +0000
committerKarl Berry <karl@freefriends.org>2016-04-14 21:55:04 +0000
commit21060d422b62cbbd56d5c489a79ea824bcd6e4df (patch)
treed55ce56abd78a5ae7a0c84ef34fd0a2ec5ea81b4 /Master/tlpkg/libexec
parent6b756d21397d3b697fc51d31cc87747be1ad76e5 (diff)
nwejm (14apr16)
git-svn-id: svn://tug.org/texlive/trunk@40526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5f6a55f878b..db406071b46 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1269,6 +1269,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'musixtnt' => '&POSTmusixtnt',
'niceframe' => '&POST_rmsymlink',
'numericplots' => '&POSTnumericplots',
+ 'nwejm' => '&POSTnwejm',
'pas-cv' => '&POSTpas_vc',
'pedigree-perl' => '&POSTpedigreeperl',
'pgfornament' => '&POSTpgfornament',
@@ -1622,7 +1623,7 @@ $standardtex='\.(.bx|4ht|cfg|clo|cls|cmap|def|code\.tex|fd|fontspec|ldf|sty)$';
'msg', '-msg\.tex|' . $standardtex,
'msu-thesis', 'gb4e-compat\.tex|' . $standardtex,
'multirow', '^..[^s].*\.sty', # not miscdoc.sty
- 'musixtex', 'NULL', # leave musixdoc.sty
+ 'musixtex', 'NULL', # not musixdoc.sty
'musixtnt', 'musixtnt.tex',
'mycv', 'mycv.*\.tex|' . $standardtex,
'mylatexformat', '.*\.ltx',
@@ -1633,12 +1634,12 @@ $standardtex='\.(.bx|4ht|cfg|clo|cls|cmap|def|code\.tex|fd|fontspec|ldf|sty)$';
'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf
'ntheorem', '\.sty|\.std',
'nucleardata', '\.(csv|hd|pytxcode)|' . $standardtex,
- 'nwejm', '\.(.bx|sty|[^c]\.cfg|cls|def|trsl)$', # omit ltxdoc.cfg
+ 'nwejm', '[^c]\.cfg$|\.(.bx|sty|cls|trsl)$', # not ltxdoc.cfg
'ocgx', 'tikz.*\.code\.tex|' . $standardtex,
'odsfile', '\.lua|' . $standardtex,
'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex',
- 'pageslts', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
- 'papermas', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
+ 'pageslts', '\.sty|[^c]\.cfg', # not ltxdoc.cfg
+ 'papermas', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide
'passivetex', '\.xmt|' . $standardtex,
'patch', '\.tex',
'pdf-trans', 'pdf-trans.tex',
@@ -2356,6 +2357,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'minitoc' => 'latex', # requires interaction and 1000q instead of 10q
'mylatexformat'=> 'tex',
'nameauth' => 'pdflatex-preserve-pdf',
+ 'nwejm' => 'tex',
'nomentbl' => 'latex -translate-file=empty.tcx', # no 8-bit
'pbsheet' => 'latex', # requires interaction
'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit
@@ -5906,6 +5908,11 @@ sub POSTnumericplots {
&SYSTEM ("$MV latex $DEST/tex/latex/$package");
}
+sub POSTnwejm {
+ print "POST$package - mv images subdir\n";
+ &SYSTEM ("$MV images $DEST/tex/latex/$package");
+}
+
sub POSTpas_vc {
print "POST$package - mv latex subdir, doc files\n";
&SYSTEM ("$MV latex $DEST/tex/latex/$package");