diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-11 22:30:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-11 22:30:33 +0000 |
commit | 4888499385c44655bec69496f0e01649d7636627 (patch) | |
tree | b4530c653b64a9b165768c4423d6bcf0dd192c31 /Master/tlpkg | |
parent | 9406c7d3ffc09ac95d52d72e53d84e010a0a747d (diff) |
latex-make (11oct14)
git-svn-id: svn://tug.org/texlive/trunk@35357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-make.tlpsrc | 0 |
4 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8c74eec66c5..17a086ef4a7 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -276,7 +276,7 @@ my @TLP_working = qw( labbook labelcas labels labyrinth lambda-lists langcode lapdf lastpackage lastpage latex latex-bib-ex latex-brochure latex-course latex-doc-ptr latex-fonts - latex-git-log latex-graphics-companion latex-notes-zh-cn + latex-git-log latex-graphics-companion latex-make latex-notes-zh-cn latex-referenz latex-tabellen latex-tds latex-veryshortguide latex-web-companion latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f81c6b6875d..d83ea60647b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -549,7 +549,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'latex_maker', "die 'skipping, ruby'", 'latex-fonts', "&MAKEflatten", 'latex-help-texinfo', "die 'skipping, use latex2e-help-texinfo'", - 'latex-make', "die 'skipping, subprograms seem problematic'", 'latex-pro-pragmatiky', "die 'skipping, no source'", 'latex-sciences-humaines', "die 'skipping, no source'", 'latex-tipps-und-tricks', "die 'skipping, noinfo license'", @@ -2483,6 +2482,7 @@ $standardxmt='\.xmt'; # scripts to install under texmf*/.../scripts, but not bindir. %specialscripts_nobin = ( 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', + 'latex-make' => '\.py$', 'latexindent' => 'Settings\.yaml$', 'lilyglyphs' => 'lilyglyphs_common.py', 'lua-alt-getopt' => '\.lua$', diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index ce44e352ccd..100b12414f8 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -54,6 +54,7 @@ depend hvfloat depend knitting depend knittingpattern depend lapdf +depend latex-make depend lpic depend makeshape depend mathspic diff --git a/Master/tlpkg/tlpsrc/latex-make.tlpsrc b/Master/tlpkg/tlpsrc/latex-make.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/latex-make.tlpsrc |