diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tkz-tab.tlpsrc | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 7824088aaec..b14ce1029be 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -723,7 +723,7 @@ my @TLP_working = qw( tikzpagenodes tikzpeople tikzpfeile tikzposter tikzscale tikzsymbols timbreicmc times timetable timing-diagrams tinos tipa tipa-de tipfr titlecaps titlefoot titlepages titlepic titleref titlesec titling - tkz-base tkz-doc tkz-euclide + tkz-base tkz-doc tkz-euclide tkz-tab tkz-orm tikz-page tlc-article tlc2 tlcockpit tocbibind tocdata tocloft tocvsec2 todo todonotes diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index eaac3aded86..164291e4655 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1264,7 +1264,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'tkz-graph', "die 'skipping, obsolete on ctan'", #"&MAKEtkz", 'tkz-kiviat', "die 'skipping, obsolete on ctan'", #"&MAKEtkz", 'tkz-linknodes',"die 'skipping, obsolete on ctan'",#"&MAKEtkz", - 'tkz-tab', "die 'skipping, obsolete on ctan'", #"&MAKEtkz", + 'tkz-tab', "&MAKEtkz", 'tlaunch', "die 'skipping, siep installs by hand'", 'tlg2latex', "die 'skipping, not self-locating for default.py?'", 'tolkienfonts',"die 'skipping, cannot easily separate free from nonfree fonts'", @@ -2857,7 +2857,6 @@ $standardinsrunner="latex -interaction=nonstopmode"; 'pst-eucl-translation-bg' => 'NULL', # doc 'seuthesis' => 'NULL', # doc 'tipfr' => 'NULL', # doc - 'tkz-tab' => 'NULL', # doc 'ticollege' => 'NULL', # doc 'turnthepage' => 'NULL', # doc 'voss-mathmode' => 'NULL', # doc @@ -5165,14 +5164,14 @@ sub MAKEt2 { } sub MAKEtkz { - # move files in latex to runtime, and doc/* up a level. + # move files in latex to runtime, and doc/* or latex/* or both up a level. &donormal (); # my $texdest = "$DEST/tex/$whichformat/$package"; &xmkdir ($texdest); &SYSTEM ("$MV `find latex -type f` $texdest/"); &SYSTEM ("$RM -r latex"); # rm now-empty dir - &SYSTEM ("$MV doc/* ."); + &SYSTEM ("$MV doc/latex/* doc/* latex/* ."); # # remove newly empty directories. &SYSTEM ("find -depth -type d -print | xargs rmdir 2>/dev/null"); diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index 7cc1312cdbe..cb8943fd0b7 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -185,6 +185,7 @@ depend tkz-base depend tkz-doc depend tkz-euclide depend tkz-orm +depend tkz-tab depend tsemlines depend tufte-latex depend venndiagram diff --git a/Master/tlpkg/tlpsrc/tkz-tab.tlpsrc b/Master/tlpkg/tlpsrc/tkz-tab.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/tkz-tab.tlpsrc |