mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Remove docbook2* (DocBook-utils-0.6.14) from rsync-3.1.0 instructions. Thanks to Bruce for many discussions.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12005 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
216220893d
commit
3534db5d6e
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>October 20th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Remove docbook2* (DocBook-utils-0.6.14) from
|
||||
rsync-3.1.0 instructions. Thanks to Bruce for many discussions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to MesaLib-9.2.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;4207">#4207</ulink>.</para>
|
||||
|
@ -98,18 +98,6 @@ make</userinput></screen>
|
||||
<para>If you have <xref linkend="doxygen"/> installed and wish to
|
||||
build HTML API documentation, issue <command>doxygen</command>.</para>
|
||||
|
||||
<para>If you have <xref linkend="docbook-utils"/> installed and wish to
|
||||
build the user documentation, issue any or all of the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>pushd doc &&
|
||||
docbook2pdf rsync.sgml &&
|
||||
docbook2ps rsync.sgml &&
|
||||
docbook2dvi rsync.sgml &&
|
||||
docbook2txt rsync.sgml &&
|
||||
docbook2html --nochunks rsync.sgml &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
@ -120,8 +108,7 @@ popd</userinput></screen>
|
||||
commands as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/rsync-&rsync-version;/api &&
|
||||
install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api &&
|
||||
install -v -m644 doc/rsync.* /usr/share/doc/rsync-&rsync-version;</userinput></screen>
|
||||
install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user