Author: pierre
Date: Mon Aug  5 13:26:50 2019
New Revision: 21900

Log:
Another round of adding remap="doc". jhalfs should be soon updated to
use them

Modified:
   trunk/BOOK/general/genlib/libdaemon.xml
   trunk/BOOK/general/genlib/libksba.xml
   trunk/BOOK/general/prog/subversion.xml
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml
   trunk/BOOK/multimedia/libdriv/alsa-lib.xml
   trunk/BOOK/multimedia/libdriv/libmusicbrainz5.xml
   trunk/BOOK/multimedia/libdriv/sdl2.xml
   trunk/BOOK/multimedia/libdriv/xine-lib.xml
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml
   trunk/BOOK/networking/mailnews/mutt.xml
   trunk/BOOK/networking/netlibs/ldns.xml
   trunk/BOOK/postlfs/filesystems/fuse3.xml
   trunk/BOOK/postlfs/filesystems/parted.xml
   trunk/BOOK/server/major/bind.xml
   trunk/BOOK/server/other/unbound.xml
   trunk/BOOK/x/lib/fltk.xml
   trunk/BOOK/xsoft/other/pidgin.xml

Modified: trunk/BOOK/general/genlib/libdaemon.xml
==============================================================================
--- trunk/BOOK/general/genlib/libdaemon.xml     Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/general/genlib/libdaemon.xml     Mon Aug  5 13:26:50 2019        
(r21900)
@@ -99,7 +99,7 @@
       build the API documentation, issue the following command:
     </para>
 
-<screen><userinput>make -C doc doxygen</userinput></screen>
+<screen remap="doc"><userinput>make -C doc doxygen</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -116,7 +116,8 @@
       as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d 
/usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
 install -v -m644 doc/reference/html/* 
/usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
 install -v -m644 doc/reference/man/man3/* 
/usr/share/man/man3</userinput></screen>
 

Modified: trunk/BOOK/general/genlib/libksba.xml
==============================================================================
--- trunk/BOOK/general/genlib/libksba.xml       Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/general/genlib/libksba.xml       Mon Aug  5 13:26:50 2019        
(r21900)
@@ -90,7 +90,7 @@
     must have <xref linkend="texlive"/> installed,
     then issue the following commands:</para>
 
-<screen><userinput>make -C doc ps pdf html</userinput></screen> -->
+<screen remap="doc"><userinput>make -C doc ps pdf html</userinput></screen> -->
 
     <para>To test the results, issue: <command>make check</command>.</para>
 
@@ -107,7 +107,8 @@
     following commands as the <systemitem class="username">root</systemitem>
     user:</para>
 
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d 
/usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
 install -v -m644 doc/ksba.html/* \
                     /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
 install -v -m644 doc/ksba.{pdf,ps,dvi} \

Modified: trunk/BOOK/general/prog/subversion.xml
==============================================================================
--- trunk/BOOK/general/prog/subversion.xml      Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/general/prog/subversion.xml      Mon Aug  5 13:26:50 2019        
(r21900)
@@ -190,9 +190,11 @@
 
     <para>
       If you have <xref linkend="doxygen"/> installed and you wish to build the
-      API documentation, issue: <command>doxygen doc/doxygen.conf</command>.
+      API documentation, issue:
     </para>
 
+<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
+
     <para>
       If you passed the <option>--enable-javahl</option> parameter to
       <command>configure</command> and wish to build the Java bindings, issue

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/general/sysutils/dbus.xml        Mon Aug  5 13:26:50 2019        
(r21900)
@@ -260,7 +260,7 @@
       docs):
     </para>
 
-<screen><userinput>make distclean                     &amp;&amp;
+<screen remap="test"><userinput>make distclean                     &amp;&amp;
 ./configure --enable-tests         \
             --enable-asserts       \
             --disable-doxygen-docs \

Modified: trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml   Mon Aug  5 05:25:45 
2019        (r21899)
+++ trunk/BOOK/multimedia/cdwriteutils/libisoburn.xml   Mon Aug  5 13:26:50 
2019        (r21900)
@@ -112,7 +112,7 @@
       generate the HTML documentation, issue the following command:
     </para>
 
-<screen><userinput>doxygen doc/doxygen.conf</userinput></screen>
+<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -130,7 +130,8 @@
       <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>install -v -dm755 
/usr/share/doc/libisoburn-&libisoburn-version; &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -dm755 
/usr/share/doc/libisoburn-&libisoburn-version; &amp;&amp;
 install -v -m644 doc/html/* 
/usr/share/doc/libisoburn-&libisoburn-version;</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/multimedia/libdriv/alsa-lib.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/alsa-lib.xml  Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/multimedia/libdriv/alsa-lib.xml  Mon Aug  5 13:26:50 2019        
(r21900)
@@ -130,7 +130,7 @@
      commands from the top-level directory of the source tree:
    </para>
 
-<screen><userinput>make doc</userinput></screen>
+<screen remap="doc"><userinput>make doc</userinput></screen>
 
     <para>
       To test the results, issue: <command>make check</command>.
@@ -147,7 +147,8 @@
       the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>install -v -d -m755 
/usr/share/doc/alsa-lib-&alsa-lib-version;/html/search &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -d -m755 
/usr/share/doc/alsa-lib-&alsa-lib-version;/html/search &amp;&amp;
 install -v -m644 doc/doxygen/html/*.* \
                 /usr/share/doc/alsa-lib-&alsa-lib-version;/html &amp;&amp;
 install -v -m644 doc/doxygen/html/search/* \

Modified: trunk/BOOK/multimedia/libdriv/libmusicbrainz5.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libmusicbrainz5.xml   Mon Aug  5 05:25:45 
2019        (r21899)
+++ trunk/BOOK/multimedia/libdriv/libmusicbrainz5.xml   Mon Aug  5 13:26:50 
2019        (r21900)
@@ -118,7 +118,7 @@
       documentation:
     </para>
 
-<screen><userinput>doxygen ../Doxyfile</userinput></screen>
+<screen remap="doc"><userinput>doxygen ../Doxyfile</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -135,7 +135,8 @@
       class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>rm -rf 
/usr/share/doc/libmusicbrainz-&libmusicbrainz5-version; &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>rm -rf 
/usr/share/doc/libmusicbrainz-&libmusicbrainz5-version; &amp;&amp;
 cp -vr docs/ 
/usr/share/doc/libmusicbrainz-&libmusicbrainz5-version;</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/multimedia/libdriv/sdl2.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/sdl2.xml      Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/multimedia/libdriv/sdl2.xml      Mon Aug  5 13:26:50 2019        
(r21900)
@@ -91,7 +91,7 @@
       html documentation, run the following commands:
     </para>
 
-<screen><userinput>pushd docs  &amp;&amp;
+<screen remap="doc"><userinput>pushd docs  &amp;&amp;
   doxygen   &amp;&amp;
 popd</userinput></screen>
 
@@ -109,7 +109,8 @@
     <para>If you built the documentation, install it as the <systemitem
     class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>install -v -m755 -d        
/usr/share/doc/SDL2-&sdl2-version;/html &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d        
/usr/share/doc/SDL2-&sdl2-version;/html &amp;&amp;
 cp -Rv  docs/output/html/* 
/usr/share/doc/SDL2-&sdl2-version;/html</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml  Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml  Mon Aug  5 13:26:50 2019        
(r21900)
@@ -138,7 +138,7 @@
     <para>To create the API documentation, <application>Doxygen</application>
     must be installed and issue the following command:</para>
 
-<screen><userinput>doxygen doc/Doxyfile</userinput></screen>
+<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
@@ -159,7 +159,8 @@
     <para>If you built the API documentation, issue the following commands as
     the <systemitem class="username">root</systemitem> user to install 
it:</para>
 
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/xine-lib-&xine-lib-version;/api &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d 
/usr/share/doc/xine-lib-&xine-lib-version;/api &amp;&amp;
 install -v -m644    doc/api/* \
                     
/usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen>
   </sect2>

Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Aug  5 13:26:50 2019        
(r21900)
@@ -276,8 +276,8 @@
       run the following command:
     </para>
 
-<screen role="nodump"><userinput><command>rsync -vrltLW  --delete --timeout=60 
--contimeout=60 \
-      rsync://fate-suite.ffmpeg.org/fate-suite/ 
fate-suite/</command></userinput></screen>
+<screen role="nodump"><userinput>rsync -vrltLW  --delete --timeout=60 
--contimeout=60 \
+      rsync://fate-suite.ffmpeg.org/fate-suite/ 
fate-suite/</userinput></screen>
 
     <para>
       Next, FATE is executed, with the commands (you obtain a number of tests

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml     Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/networking/mailnews/mutt.xml     Mon Aug  5 13:26:50 2019        
(r21900)
@@ -148,7 +148,7 @@
     <para>To generate the PDF manual with <xref linkend="texlive"/>, run
     the following command:</para>
 
-<screen><userinput>make -C doc manual.pdf</userinput></screen>
+<screen remap="doc"><userinput>make -C doc manual.pdf</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
@@ -163,7 +163,7 @@
     by issuing the following command as the
     <systemitem class="username">root</systemitem> user:</para>
 
-<screen role='root'><userinput>install -v -m644 doc/manual.pdf \
+<screen role='root' remap='doc'><userinput>install -v -m644 doc/manual.pdf \
     /usr/share/doc/mutt-&mutt-version;</userinput></screen>
 
     <note>

Modified: trunk/BOOK/networking/netlibs/ldns.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/ldns.xml      Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/networking/netlibs/ldns.xml      Mon Aug  5 13:26:50 2019        
(r21900)
@@ -112,7 +112,7 @@
       html documentation, run the following command:
     </para>
 
-<screen><userinput>make doc</userinput></screen>
+<screen remap="doc"><userinput>make doc</userinput></screen>
 
     <para>
       This package does not come with a working test suite.
@@ -129,7 +129,8 @@
       commands as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/ldns-&ldns-version; &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d 
/usr/share/doc/ldns-&ldns-version; &amp;&amp;
 install -v -m644 doc/html/* 
/usr/share/doc/ldns-&ldns-version;</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/postlfs/filesystems/fuse3.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/fuse3.xml    Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/postlfs/filesystems/fuse3.xml    Mon Aug  5 13:26:50 2019        
(r21900)
@@ -119,9 +119,11 @@
     <para>
       The API documentation is included in the package, but 
       if you have <xref linkend="doxygen"/> installed and wish to rebuild 
-      it, issue <command>doxygen doc/Doxyfile</command>.
+      it, issue:
     </para> 
 
+<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
+
     <para>
       This package does not come with a test suite.
     </para>

Modified: trunk/BOOK/postlfs/filesystems/parted.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/parted.xml   Mon Aug  5 05:25:45 2019        
(r21899)
+++ trunk/BOOK/postlfs/filesystems/parted.xml   Mon Aug  5 13:26:50 2019        
(r21900)
@@ -113,21 +113,29 @@
     <para>If you have <xref linkend="texlive"/> installed and wish to create
     PDF and Postcript documentation issue the following commands:</para>
 
-<screen><userinput>texi2pdf             -o doc/parted.pdf doc/parted.texi 
&amp;&amp;
+<screen remap="doc"><userinput>texi2pdf             -o doc/parted.pdf 
doc/parted.texi &amp;&amp;
 texi2dvi             -o doc/parted.dvi doc/parted.texi &amp;&amp;
 dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
 
     <para>If you wish to run the test suite, first remove a test that normally
     fails in BLFS (because it needs a locale C.UTF-8):</para>
 
-<screen><userinput>sed -i '/t0251-gpt-unicode.sh/d' 
tests/Makefile</userinput></screen>
+<screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' 
tests/Makefile</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>.  Note that
-      many tests are skipped if not run as the <systemitem
-      class="username">root</systemitem> user.
+      To test the results, issue, as the <systemitem
+      class="username">root</systemitem> user:
     </para>
 
+<screen role="root" remap="test"><userinput>make check</userinput></screen>
+
+    <note>
+      <para>
+        Many tests are skipped if not run as the <systemitem
+        class="username">root</systemitem> user.
+      </para>
+    </note>
+
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
@@ -143,7 +151,8 @@
     the following command as the <systemitem class="username">root</systemitem>
     user:</para>
 
-<screen role="root"><userinput>install -v -m644 doc/FAT doc/API 
doc/parted.{pdf,ps,dvi} \
+<screen role="root"
+        remap="doc"><userinput>install -v -m644 doc/FAT doc/API 
doc/parted.{pdf,ps,dvi} \
                     /usr/share/doc/parted-&parted-version;</userinput></screen>
   </sect2>
 

Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml    Mon Aug  5 05:25:45 2019        (r21899)
+++ trunk/BOOK/server/major/bind.xml    Mon Aug  5 13:26:50 2019        (r21900)
@@ -152,7 +152,7 @@
     </quote> if <xref linkend="perl-net-dns"/> is not installed.
     To run the tests, as an unprivileged user, execute:</para>
 
-<screen><userinput>make -k check</userinput></screen>
+<screen remap="test"><userinput>make -k check</userinput></screen>
 
     <para>Again as <systemitem class="username">root</systemitem>, clean up the
     test interfaces:</para>

Modified: trunk/BOOK/server/other/unbound.xml
==============================================================================
--- trunk/BOOK/server/other/unbound.xml Mon Aug  5 05:25:45 2019        (r21899)
+++ trunk/BOOK/server/other/unbound.xml Mon Aug  5 13:26:50 2019        (r21900)
@@ -129,7 +129,7 @@
       html documentation, run the following command:
     </para>
 
-<screen><userinput>make doc</userinput></screen>
+<screen remap="doc"><userinput>make doc</userinput></screen>
 
     <para>To test the results, issue <command>make check</command>.</para>
 
@@ -145,7 +145,8 @@
       commands as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/unbound-&unbound-version; &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>install -v -m755 -d 
/usr/share/doc/unbound-&unbound-version; &amp;&amp;
 install -v -m644 doc/html/* 
/usr/share/doc/unbound-&unbound-version;</userinput></screen>
 
   </sect2>

Modified: trunk/BOOK/x/lib/fltk.xml
==============================================================================
--- trunk/BOOK/x/lib/fltk.xml   Mon Aug  5 05:25:45 2019        (r21899)
+++ trunk/BOOK/x/lib/fltk.xml   Mon Aug  5 13:26:50 2019        (r21900)
@@ -123,7 +123,7 @@
 
     <para>If you wish to create the API documentation, issue:</para>
 
-<screen><userinput>make -C documentation html</userinput></screen>
+<screen remap="doc"><userinput>make -C documentation html</userinput></screen>
 
     <para>The tests for the package are interactive.  To execute the tests, run
     <command>test/unittests</command>. In addition, there are 70 other

Modified: trunk/BOOK/xsoft/other/pidgin.xml
==============================================================================
--- trunk/BOOK/xsoft/other/pidgin.xml   Mon Aug  5 05:25:45 2019        (r21899)
+++ trunk/BOOK/xsoft/other/pidgin.xml   Mon Aug  5 13:26:50 2019        (r21900)
@@ -156,9 +156,11 @@
     <para>
       If you have <xref linkend="doxygen"/> installed
       (<xref linkend="graphviz"/> can be used also) and you wish to create the
-      API documentation, issue: <command>make docs</command>.
+      API documentation, issue:
     </para>
 
+<screen remap="doc"><userinput>make docs</userinput></screen>
+
     <para>
       Remember the remarks before <command>configure</command>. To test the
       results, issue: <command>make check</command>.
@@ -177,7 +179,8 @@
       commands as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>mkdir -pv 
/usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
+<screen role="root"
+        remap="doc"><userinput>mkdir -pv 
/usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
 cp -v doc/html/* 
/usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to