diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-09 21:39:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-09 21:39:03 +0000 |
commit | 8a3773a4486f6d621ccedc9b39ef9c5ac1eba0d0 (patch) | |
tree | 7aa71c1eeed34badf7125113d0ea9fa3410a68a4 /Master/tlpkg | |
parent | 8d12415f48269fb0131cd26db3fa269047daba34 (diff) |
easybook (9jan21)
git-svn-id: svn://tug.org/texlive/trunk@57367 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-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/easybook.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 294e046edfe..2e2474bcd03 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -261,7 +261,7 @@ my @TLP_working = qw( dvdcoll dvgloss dviasm dviincl dviinfox dvipsconfig dynamicnumber dynblocks dynkin-diagrams dyntree e-french ean ean13isbn easy easy-todo - easyfig easyfloats easyformat easylist easyreview + easybook easyfig easyfloats easyformat easylist easyreview ebezier ebgaramond ebgaramond-maths ebong ebook ebproof ebsthesis ec ecc ecclesiastic ecltree eco ecobiblatex econ-bst econometrics economic ecothesis diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 706c13d2881..a1b2a59eb84 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -419,7 +419,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'ecards', "die 'skipping, per author request'", 'ean13isbn', "&MAKEcopy", 'easy', "&MAKEeasy", - 'easybook', "die 'skipping, nonfree doc'", + 'easybook', "&MAKEflatten", 'easylatex', "die 'skipping, complicated perl modules, sorry'", 'ebib', "die 'skipping, as it is Emacs'", 'ebong', "&MAKEflatten", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index cf27b40fd4e..5551f8a304b 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -352,6 +352,7 @@ depend dynblocks depend ean13isbn depend easy depend easy-todo +depend easybook depend easyfig depend easyfloats depend easyformat diff --git a/Master/tlpkg/tlpsrc/easybook.tlpsrc b/Master/tlpkg/tlpsrc/easybook.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/easybook.tlpsrc |