From ce0736b18b5e0a6b6b1463fee8473d51cae7cb23 Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Mon, 15 Jun 2020 16:29:35 +0000 Subject: [PATCH] Add optional fop install step to generate PDF output. The textproc/fop is an optional package that can be installed to generate PDF output of our docs. It is not included in textproc/docproj by default and if not strictly required, but for those who want PDFs we describe how. While here, bump the copyright dates of the FDP primer. Thanks to Pau Amma for this change. PR: 247019 Submitted by: pauamma_gundo.com Reviewed by: debdrup, allanjude Approved by: allanjude, bcr Differential Revision: https://reviews.freebsd.org/D25170 --- en_US.ISO8859-1/books/fdp-primer/book.xml | 3 +++ en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/en_US.ISO8859-1/books/fdp-primer/book.xml b/en_US.ISO8859-1/books/fdp-primer/book.xml index 8e38937ab8..27f8e90d87 100644 --- a/en_US.ISO8859-1/books/fdp-primer/book.xml +++ b/en_US.ISO8859-1/books/fdp-primer/book.xml @@ -66,6 +66,9 @@ 2015 2016 2017 + 2018 + 2019 + 2020 DocEng diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml index ded4a1a672..1d806b1e60 100644 --- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml @@ -92,6 +92,15 @@ &prompt.root; pkg install docproj subversion + + Optional: to generate PDF documentation, install the + textproc/fop package as it is not + installed by default by textproc/docproj. + + + &prompt.root; pkg install fop + + Install a local working copy of the documentation from the &os; repository in