summaryrefslogtreecommitdiffstats
path: root/share/mk/build/pdf/book/prepare.pl
diff options
context:
space:
mode:
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);