Changeset 5ad3a6c


Ignore:
Timestamp:
01/14/2006 08:08:47 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d1b975a
Parents:
16f349dd
Message:

Added a note to run the test suite and added documentation installation commands to the GnuPG instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5549 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r16f349dd r5ad3a6c  
    1 <!ENTITY day          "12">
     1<!ENTITY day          "14">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
     
    190190<!ENTITY Algorithm-Diff-version       "1.1901">
    191191<!ENTITY YAML-version                 "0.39">
     192<!ENTITY Spiffy-version               "0.25">
    192193<!ENTITY XML-Parser-version           "2.34">
    193194<!ENTITY SGMLSpm-version              "1.03ii">
  • introduction/welcome/changelog.xml

    r16f349dd r5ad3a6c  
    4343
    4444    <listitem>
     45      <para>January 14th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a note to run the test suite and added
     49          documentation installation commands to the GnuPG instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 12th, 2006</para>
    4656      <itemizedlist>
  • postlfs/security/gnupg.xml

    r16f349dd r5ad3a6c  
    99  <!ENTITY gnupg-md5sum        "c7afd50c7d01fcfada229326b3958404">
    1010  <!ENTITY gnupg-size          "2.8 MB">
    11   <!ENTITY gnupg-buildsize     "34.5 MB">
     11  <!ENTITY gnupg-buildsize     "37.4 MB">
    1212  <!ENTITY gnupg-time          "0.5 SBU">
    1313]>
     
    6161    </itemizedlist>
    6262
    63 
    6463    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6564    <itemizedlist spacing='compact'>
     
    7978    <xref linkend="curl"/>,
    8079    <ulink url="../server/mail.html">an MTA</ulink>,
    81     <xref linkend="docbook-utils"/> and <ulink
     80    <xref linkend="docbook-utils"/>, and <ulink
    8281    url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
    8382
     
    9493make</userinput></screen>
    9594
     95    <para>If you have <xref linkend="tex"/> installed and you wish to create
     96    documentation in alternate formats, issue the following commands:</para>
     97
     98<screen><userinput>make -C doc pdf ps html &amp;&amp;
     99makeinfo --plaintext -o doc/gpg.txt doc/gpg.texi &amp;&amp;
     100makeinfo --plaintext -o doc/gpgv.txt doc/gpgv.texi</userinput></screen>
     101
     102    <para>To test the results, issue: <command>make check</command>.</para>
     103
    96104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    97105
    98106<screen role="root"><userinput>make install &amp;&amp;
    99 chmod -v 4755 /usr/bin/gpg</userinput></screen>
     107chmod -v 4755 /usr/bin/gpg &amp;&amp;
     108install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
     109mv -v /usr/share/gnupg/{FAQ,faq.html} /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
     110install -v -m644 \
     111    doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS,*.texi} \
     112    /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
     113
     114    <para>If you created alternate formats of the documentation, install it
     115    using the following command as the
     116    <systemitem class="username">root</systemitem> user:</para>
     117
     118<screen role="root"><userinput>cp -v -R doc/gpg{,v}.{dvi,html,pdf,ps,txt} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
    100119
    101120  </sect2>
     
    127146        <seg>gpg, gpgsplit, and gpgv</seg>
    128147        <seg>None</seg>
    129         <seg>/usr/lib/gnupg and /usr/share/gnupg</seg>
     148        <seg>/usr/lib/gnupg, /usr/share/gnupg and
     149        /usr/share/doc/gnupg-&gnupg-version;</seg>
    130150      </seglistitem>
    131151    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.