Subversion is not installed by textproc/docproj by default.
Direct reader to install the docproj package as well as the subversion package. From the BSDCam 2017 Doc hackday. Submitted by: Deb Goodkin <deb AT freebsdfoundation DOT org> Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D11807
This commit is contained in:
parent
bfbeaee76c
commit
8ec23bb883
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50695
2 changed files with 11 additions and 6 deletions
|
@ -81,9 +81,14 @@
|
|||
<procedure>
|
||||
<step>
|
||||
<para>Install the
|
||||
<package>textproc/docproj</package>
|
||||
package or port. This meta-port installs all of the
|
||||
software needed to edit and build &os; documentation.</para>
|
||||
<package>textproc/docproj</package> meta-package
|
||||
and <application>Subversion</application>.
|
||||
This meta-package installs all of the software needed to
|
||||
edit and build &os; documentation. The
|
||||
<application>Subversion</application> package is needed to
|
||||
obtain a working of the documentation and generate patches with.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install docproj subversion</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
formats.</para>
|
||||
|
||||
<para><link xlink:href="&url.books.handbook;/svn.html"><application>Subversion</application></link>
|
||||
is used to manage the &os; documentation files. It is installed
|
||||
by <package>textproc/docproj</package> as one of
|
||||
the required applications.</para>
|
||||
is used to manage the &os; documentation files. It is obtained by installing the <application>Subversion</application> package:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install subversion</userinput></screen>
|
||||
|
||||
<sect1 xml:id="working-copy-doc-and-src">
|
||||
<title>Documentation and Manual Pages</title>
|
||||
|
|
Loading…
Reference in a new issue