From 3534db5d6ef4b346da7e4343bd9d6311fc44a2c1 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Sun, 20 Oct 2013 12:13:52 +0000 Subject: [PATCH] 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 --- introduction/welcome/changelog.xml | 4 ++++ networking/netprogs/rsync.xml | 15 +-------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ce59657f47..0d58ae65f4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,10 @@ October 20th, 2013 + + [fernando] - Remove docbook2* (DocBook-utils-0.6.14) from + rsync-3.1.0 instructions. Thanks to Bruce for many discussions. + [igor] - Update to MesaLib-9.2.2. Fixes #4207. diff --git a/networking/netprogs/rsync.xml b/networking/netprogs/rsync.xml index a1d75a9e34..2ee665ae7f 100644 --- a/networking/netprogs/rsync.xml +++ b/networking/netprogs/rsync.xml @@ -98,18 +98,6 @@ make If you have installed and wish to build HTML API documentation, issue doxygen. - If you have installed and wish to - build the user documentation, issue any or all of the following - commands: - -pushd doc && -docbook2pdf rsync.sgml && -docbook2ps rsync.sgml && -docbook2dvi rsync.sgml && -docbook2txt rsync.sgml && -docbook2html --nochunks rsync.sgml && -popd - To test the results, issue: make check. Now, as the root user: @@ -120,8 +108,7 @@ popd commands as the root user: 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; +install -v -m644 dox/html/* /usr/share/doc/rsync-&rsync-version;/api