svn commit: r54256 - in head/en_US.ISO8859-1/books/fdp-primer: . overview
Benedict Reuschling
bcr at FreeBSD.org
Mon Jun 15 16:29:36 UTC 2020
Author: bcr
Date: Mon Jun 15 16:29:35 2020
New Revision: 54256
URL: https://svnweb.freebsd.org/changeset/doc/54256
Log:
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
Modified:
head/en_US.ISO8859-1/books/fdp-primer/book.xml
head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/book.xml Mon Jun 15 08:13:08 2020 (r54255)
+++ head/en_US.ISO8859-1/books/fdp-primer/book.xml Mon Jun 15 16:29:35 2020 (r54256)
@@ -66,6 +66,9 @@
<year>2015</year>
<year>2016</year>
<year>2017</year>
+ <year>2018</year>
+ <year>2019</year>
+ <year>2020</year>
<holder role="mailto:doceng at FreeBSD.org">DocEng</holder>
</copyright>
Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Mon Jun 15 08:13:08 2020 (r54255)
+++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Mon Jun 15 16:29:35 2020 (r54256)
@@ -93,6 +93,15 @@
</step>
<step>
+ <para>Optional: to generate PDF documentation, install the
+ <package>textproc/fop</package> package as it is not
+ installed by default by <package>textproc/docproj</package>.
+ </para>
+
+ <screen>&prompt.root; <userinput>pkg install fop</userinput></screen>
+ </step>
+
+ <step>
<para>Install a local working copy of the documentation from
the &os; repository in
<filename>~/doc</filename> (see
More information about the svn-doc-head
mailing list