diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-handlecsv.tlpsrc | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 27b555c57dc..e886648e709 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -168,7 +168,7 @@ my @TLP_working = qw( context-construction-plan context-cyrillicnumbers context-degrade context-fancybreak context-filter context-french context-fullpage - context-gantt context-gnuplot context-inifile + context-gantt context-gnuplot context-handlecsv context-inifile context-layout context-letter context-lettrine context-mathsets context-notes-zh-cn context-rst context-ruby context-simplefonts context-simpleslides context-title diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 82915b69c75..4cd5a652262 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -287,6 +287,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-games', "die 'skipping, obsolete per author'", 'context-gantt', "&MAKEcopy", 'context-gnuplot', "&MAKEcopy", + 'context-handlecsv', "&MAKEcopy", 'context-inifile', "&MAKEcopy", 'context-layout', "&MAKEcopy", 'context-letter', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index b14741748e3..a7f47b6a87e 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -28,6 +28,7 @@ depend context-french depend context-fullpage depend context-gantt depend context-gnuplot +depend context-handlecsv depend context-inifile depend context-layout depend context-letter diff --git a/Master/tlpkg/tlpsrc/context-handlecsv.tlpsrc b/Master/tlpkg/tlpsrc/context-handlecsv.tlpsrc new file mode 100644 index 00000000000..80e71c2e536 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-handlecsv.tlpsrc @@ -0,0 +1,2 @@ +category ConTeXt +depend context |