summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:30:16 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:30:16 +0000
commit61fc9e10437a016b9bd9a959fb64640d2e1a7047 (patch)
treefaf7163941125859a9ee3dd7440f4ae042fd6746 /Master/tlpkg
parentc22890c46ab250bf72693f78d290576c71c3f46b (diff)
tkz-tab (10apr20)
git-svn-id: svn://tug.org/texlive/trunk@54662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rw-r--r--Master/tlpkg/tlpsrc/collection-pictures.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/tkz-tab.tlpsrc0
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