summaryrefslogtreecommitdiffstats
path: root/share/mk/build/pdf/book/_.mk
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-16 22:04:52 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-17 17:43:26 +0200
commita4f3afd282ae57112d0301cd14a4e5b4e5f40456 (patch)
treeff5ee9d4fb343438a2ee62da8739d62142f35852 /share/mk/build/pdf/book/_.mk
parent64cdc974801b2a4f6ca78449a23c756fcba047c9 (diff)
share/mk/: build-fonts: Use $FONTSDIR/devpdf/, and add the download file
See gropdf(1). Reported-by: Deri <deri@chuzzlewit.myzen.co.uk> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share/mk/build/pdf/book/_.mk')
-rw-r--r--share/mk/build/pdf/book/_.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/build/pdf/book/_.mk b/share/mk/build/pdf/book/_.mk
index 51d0a7d69..bbaed09b6 100644
--- a/share/mk/build/pdf/book/_.mk
+++ b/share/mk/build/pdf/book/_.mk
@@ -30,7 +30,7 @@ _PDFDIR := $(builddir)
_PDF_BOOK := $(_PDFDIR)/$(PDF_BOOK)
-$(_PDF_BOOK): $(_MANPAGES) $(_TINOS) $(MKBOOK) $(MK) | $$(@D)/
+$(_PDF_BOOK): $(_MANPAGES) $(_DOWNLOAD) $(_TINOS) $(MKBOOK) $(MK) | $$(@D)/
$(info $(INFO_)GROPDF $@)
$(MKBOOKDIR)/prepare.pl $(_MANDIR) \
| $(CAT) $(MKBOOKDIR)/front.roff /dev/stdin \