diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-22 22:06:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-22 22:06:10 +0000 |
commit | 7b0f8e816304455a32dcaff05b53d54928d50f0d (patch) | |
tree | 0bf486eeb1c07d0608a0c41cace976774d6b0f64 /Master/tlpkg | |
parent | e5fe63b87cc5c30d6c9ce8c7dcacbc9ac1a08d67 (diff) |
context-layout
git-svn-id: svn://tug.org/texlive/trunk@42330 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 | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-context.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-layout.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 3ea08269f9b..00ac376fca2 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -163,7 +163,7 @@ my @TLP_working = qw( context-degrade context-fancybreak context-filter context-french context-fullpage context-gantt context-gnuplot context-inifile - context-letter context-lettrine context-mathsets + context-layout context-letter context-lettrine context-mathsets context-notes-zh-cn context-rst context-ruby context-simplefonts context-simpleslides context-title context-transliterator context-typearea context-typescripts context-vim diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e7ca89db3d7..4007243f0ec 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -287,6 +287,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-gantt', "&MAKEcopy", 'context-gnuplot', "&MAKEcopy", 'context-inifile', "&MAKEcopy", + 'context-layout', "&MAKEcopy", 'context-letter', "&MAKEcopy", 'context-lettrine', "&MAKEcopy", 'context-lilypond', "die 'skipping, obsolete per author'", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 3da05cd5a6d..b14741748e3 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -29,6 +29,7 @@ depend context-fullpage depend context-gantt depend context-gnuplot depend context-inifile +depend context-layout depend context-letter depend context-lettrine depend context-mathsets diff --git a/Master/tlpkg/tlpsrc/context-layout.tlpsrc b/Master/tlpkg/tlpsrc/context-layout.tlpsrc new file mode 100644 index 00000000000..80e71c2e536 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-layout.tlpsrc @@ -0,0 +1,2 @@ +category ConTeXt +depend context |