Author: randy
Date: 2006-01-14 13:08:47 -0700 (Sat, 14 Jan 2006)
New Revision: 5549
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/gnupg.xml
Log:
Added a note to run the test suite and added documentation installation
commands to the GnuPG instructions
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-12 22:51:20 UTC (rev 5548)
+++ trunk/BOOK/general.ent 2006-01-14 20:08:47 UTC (rev 5549)
@@ -1,4 +1,4 @@
-<!ENTITY day "12">
+<!ENTITY day "14">
<!ENTITY month "01">
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -189,6 +189,7 @@
<!ENTITY Text-Diff-version "0.35">
<!ENTITY Algorithm-Diff-version "1.1901">
<!ENTITY YAML-version "0.39">
+<!ENTITY Spiffy-version "0.25">
<!ENTITY XML-Parser-version "2.34">
<!ENTITY SGMLSpm-version "1.03ii">
<!ENTITY Perl-Tk-version "804.027">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-12 22:51:20 UTC
(rev 5548)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-14 20:08:47 UTC
(rev 5549)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 14th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added a note to run the test suite and added
+ documentation installation commands to the GnuPG instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 12th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/gnupg.xml
===================================================================
--- trunk/BOOK/postlfs/security/gnupg.xml 2006-01-12 22:51:20 UTC (rev
5548)
+++ trunk/BOOK/postlfs/security/gnupg.xml 2006-01-14 20:08:47 UTC (rev
5549)
@@ -8,7 +8,7 @@
<!ENTITY gnupg-download-ftp
"ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
<!ENTITY gnupg-md5sum "c7afd50c7d01fcfada229326b3958404">
<!ENTITY gnupg-size "2.8 MB">
- <!ENTITY gnupg-buildsize "34.5 MB">
+ <!ENTITY gnupg-buildsize "37.4 MB">
<!ENTITY gnupg-time "0.5 SBU">
]>
@@ -60,7 +60,6 @@
</listitem>
</itemizedlist>
-
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
@@ -78,7 +77,7 @@
<xref linkend="libusb"/>,
<xref linkend="curl"/>,
<ulink url="../server/mail.html">an MTA</ulink>,
- <xref linkend="docbook-utils"/> and <ulink
+ <xref linkend="docbook-utils"/>, and <ulink
url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
</sect2>
@@ -93,11 +92,31 @@
./configure --prefix=/usr --libexecdir=/usr/lib &&
make</userinput></screen>
+ <para>If you have <xref linkend="tex"/> installed and you wish to create
+ documentation in alternate formats, issue the following commands:</para>
+
+<screen><userinput>make -C doc pdf ps html &&
+makeinfo --plaintext -o doc/gpg.txt doc/gpg.texi &&
+makeinfo --plaintext -o doc/gpgv.txt doc/gpgv.texi</userinput></screen>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-chmod -v 4755 /usr/bin/gpg</userinput></screen>
+chmod -v 4755 /usr/bin/gpg &&
+install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &&
+mv -v /usr/share/gnupg/{FAQ,faq.html} /usr/share/doc/gnupg-&gnupg-version;
&&
+install -v -m644 \
+ doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS,*.texi} \
+ /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
+ <para>If you created alternate formats of the documentation, install it
+ using the following command as the
+ <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>cp -v -R doc/gpg{,v}.{dvi,html,pdf,ps,txt}
/usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
+
</sect2>
<sect2 role="commands">
@@ -126,7 +145,8 @@
<seglistitem>
<seg>gpg, gpgsplit, and gpgv</seg>
<seg>None</seg>
- <seg>/usr/lib/gnupg and /usr/share/gnupg</seg>
+ <seg>/usr/lib/gnupg, /usr/share/gnupg and
+ /usr/share/doc/gnupg-&gnupg-version;</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page