summaryrefslogtreecommitdiffstats
path: root/share/mk/build/pdf/book/prepare.pl
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-09 14:20:33 +0100
committerAlejandro Colomar <alx@kernel.org>2024-04-26 01:06:19 +0200
commitdeb6921981defa64c5f9a235a3c08cd04926b26f (patch)
treee23bb281d68b8223d7d2979356317bb7ae082243 /share/mk/build/pdf/book/prepare.pl
parentbf0ac1d26ef41a0d190a1f7152bd1cbd2fbbec37 (diff)
share/mk/: build-pdf-book: Build the shadow man-pages bookshadow
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 142738fa5..d1a35ae15 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 TinosR UnifontR 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 shadow man-pages Book\"\n.special TinosR UnifontR S\n";
foreach my $bkmark (sort sortman keys %files) {
BuildPage($bkmark);