summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-05-07 20:11:51 +0000
committerKarl Berry <karl@freefriends.org>2024-05-07 20:11:51 +0000
commitab60ca3774663a7c219641b4a47296cdd2b28149 (patch)
treeffe26f05768770125971090cd4f7ea204886ce0d /Master/tlpkg
parenta82447a1b9056aeb9499e8452dd8aa4f1e1c4b6b (diff)
typog (7may24)
git-svn-id: svn://tug.org/texlive/trunk@71202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/typog.tlpsrc3
4 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 6e0e05f252f..8a0498ea86b 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -876,7 +876,7 @@ my @TLP_working = qw(
twemoji-colr twemojis twoinone twoup twoxtwogame
txfonts txfontsb txgreeks txuprcal
type1cm typed-checklist typeface typehtml typeoutfileinfo typewriter
- typicons typoaid typogrid typstfun tzplot
+ typicons typoaid typog typogrid typstfun tzplot
uaclasses uafthesis uantwerpendocs uassign ucalgmthesis
ucharcat ucharclasses ucbthesis ucdavisthesis ucph-revy
ucs ucsmonograph
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 1b3c6a55dc8..5ffd4403824 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1484,6 +1484,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'typedref', "die 'skipping, nonfree license'",
'typespec', "die 'skipping, nonfree font specimens'",
'typingtex', "die 'skipping, ancient mac docs'",
+ 'typog', "&MAKEflatten",
'uafthesis', "&MAKEnosymlinks",
'uebungsblatt',"&MAKEflatten",
'ufrgscca', "&MAKEflatten",
@@ -3449,6 +3450,7 @@ $standardinsrunner = "latex -8bit";
'synthslant' => 'NULL', # doc
'tipfr' => 'NULL', # doc
'ticollege' => 'NULL', # doc
+ 'typog' => 'NULL', # doc
'tzplot' => 'NULL', # doc
'turnthepage' => 'NULL', # doc
'voss-mathmode' => 'NULL', # doc
@@ -3485,6 +3487,7 @@ $standardmp = '\.mp$';
'semioneside', 'NULL', # not figure*.mp
'synthslant', 'NULL', # doc figures
'textpath', 'textpath.mp', # not textpathfigs.mp
+ 'typog', 'NULL', # doc figures
);
@@ -3867,6 +3870,7 @@ $standardttf = '\.ttf|\.TTC';
'thumbpdf' => '\.pl$',
'tikztosvg' => '^tikztosvg$',
'tlcockpit' => '\.sh$',
+ 'typog' => 'typog-grep.pl$',
'ulqda' => '\.pl$',
'urlbst' => 'urlbst$',
'vpe' => '\.pl$',
@@ -3957,6 +3961,7 @@ $standardttf = '\.ttf|\.TTC';
'texlogsieve' => '\.1$',
'tikztosvg' => '\.1$',
'tlcockpit' => '\.man$',
+ 'typog' => '\.1$',
'webquiz' => '\.1$',
'wheretotrim' => '\.1$',
);
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 570b25af4e3..36fc9338898 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -1434,6 +1434,7 @@ depend type1cm
depend typed-checklist
depend typeface
depend typoaid
+depend typog
depend typogrid
depend uassign
depend ucs
diff --git a/Master/tlpkg/tlpsrc/typog.tlpsrc b/Master/tlpkg/tlpsrc/typog.tlpsrc
new file mode 100644
index 00000000000..27aa6ccdd1b
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/typog.tlpsrc
@@ -0,0 +1,3 @@
+binpattern f bin/${ARCH}/${PKGNAME}-grep
+docpattern +f texmf-dist/doc/man/man1/${PKGNAME}-grep.*
+