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
This commit is contained in:
parent
7bcd3378e9
commit
ce0736b18b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54256
2 changed files with 12 additions and 0 deletions
|
@ -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@FreeBSD.org">DocEng</holder>
|
||||
</copyright>
|
||||
|
||||
|
|
|
@ -92,6 +92,15 @@
|
|||
<screen>&prompt.root; <userinput>pkg install docproj subversion</userinput></screen>
|
||||
</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
|
||||
|
|
Loading…
Reference in a new issue