summaryrefslogtreecommitdiffstats
path: root/share/mk/build/pdf/book/prepare.pl
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-19 15:59:40 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-19 19:52:08 +0200
commitc33f7781ccfcf49eb7daa515f4ac70ec2b8dfa03 (patch)
treec1122c33771fa4b8218cd4f2195880ce5863a656 /share/mk/build/pdf/book/prepare.pl
parent6ffd1e71bd9a9bd9cc1c48a1c2edd1b8c34891fa (diff)
share/mk/: build-fonts-tinos: Build TinosR from TinosR.afm
And use a consistent name for it: TinosR, not TINOR. This removes the last remaining huge generated file we had in the repository. Link: <https://technicallywewrite.com/2023/09/16/addfonts> Link: <https://www.schaffter.ca/mom/momdoc/appendices.html#fonts> Cc: Jan Eden <tech@eden.one> Cc: "G. Branden Robinson" <branden@debian.org> Cc: Deri James <deri@chuzzlewit.myzen.co.uk> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share/mk/build/pdf/book/prepare.pl')
-rwxr-xr-xshare/mk/build/pdf/book/prepare.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/prepare.pl
index 6d1857a45..a0740827e 100755
--- a/share/mk/build/pdf/book/prepare.pl
+++ b/share/mk/build/pdf/book/prepare.pl
@@ -82,7 +82,7 @@ BuildBook();
sub BuildBook
{
- print ".pdfpagenumbering D . 1\n.nr PDFOUTLINE.FOLDLEVEL 0\n.defcolor pdf:href.colour rgb 0.00 0.25 0.75\n.pdfinfo /Title \"The Linux man-pages Book\"\n.special TINOR S\n";
+ print ".pdfpagenumbering D . 1\n.nr PDFOUTLINE.FOLDLEVEL 0\n.defcolor pdf:href.colour rgb 0.00 0.25 0.75\n.pdfinfo /Title \"The Linux man-pages Book\"\n.special TinosR S\n";
foreach my $bkmark (sort sortman keys %files) {
BuildPage($bkmark);