diff options
author | Werner Koch <[email protected]> | 2005-01-13 18:00:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-01-13 18:00:46 +0000 |
commit | 444c93043d8d2c9734df9be6067a30292739a9d9 (patch) | |
tree | a04b757300e10c5b1002ce43b02b94e278f2bdb1 /doc | |
parent | Updated. (diff) | |
download | gnupg-444c93043d8d2c9734df9be6067a30292739a9d9.tar.gz gnupg-444c93043d8d2c9734df9be6067a30292739a9d9.zip |
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15
program to see whether the installation is sane.
* certreqgen.c (proc_parameters): Cast printf arg.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gnupg.texi | 94 |
2 files changed, 46 insertions, 52 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 407b706b0..855c3ca38 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Werner Koch <[email protected]> + + * gnupg.texi: Updated to use @copying. + 2004-12-22 Werner Koch <[email protected]> * gnupg.texi: Reordered. diff --git a/doc/gnupg.texi b/doc/gnupg.texi index 006e604a0..5c6925260 100644 --- a/doc/gnupg.texi +++ b/doc/gnupg.texi @@ -1,33 +1,49 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename gnupg.info - @include version.texi +@settitle Using the GNU Privacy Guard +@c Create a separate index for command line options. +@defcodeindex op +@c Merge the standard indexes into a single one. +@syncodeindex fn cp +@syncodeindex vr cp +@syncodeindex ky cp +@syncodeindex pg cp +@syncodeindex tp cp +@c %**end of header +@copying +This is the @cite{The GNU Privacy Guard Manual} +(version @value{VERSION}, @value{UPDATED}). + +@iftex +Published by the Free Software Foundation@* +59 Temple Place - Suite 330@* +Boston, MA 02111-1307 USA +@end iftex -@macro copyrightnotice Copyright @copyright{} 2002, 2004 Free Software Foundation, Inc. -@end macro -@macro permissionnotice + +@quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The text of the license can be found in the section entitled ``Copying''. -@end macro +@end quotation +@end copying -@settitle Using the GNU Privacy Guard +@dircategory GNU Utilities +@direntry +* gpg: (gnupg). OpenPGP encryption and signing tool. +* gpgsm: (gnupg). S/MIME encryption and signing tool. +@end direntry -@c Create a separate index for command line options. -@defcodeindex op -@c Merge the standard indexes into a single one. -@syncodeindex fn cp -@syncodeindex vr cp -@syncodeindex ky cp -@syncodeindex pg cp -@syncodeindex tp cp -@c printing stuff taken from gcc. +@c +@c Printing stuff taken from gcc. +@c @macro gnupgtabopt{body} @code{\body\} @end macro @@ -48,36 +64,10 @@ section entitled ``Copying''. @end ifnottex -@c Change the font used for @def... commands, since the default -@c proportional one used is bad for names starting __. -@tex -\global\setfont\defbf\ttbshape{10}{\magstep1} -@end tex - -@c %**end of header - -@ifnottex -@dircategory GNU Utilities -@direntry -* gpg: (gnupg). OpenPGP encryption and signing tool. -* gpgsm: (gnupg). S/MIME encryption and signing tool. -@end direntry -This file documents the use and the internals of the GNU Privacy Guard. - -This is Edition @value{EDITION}, last updated @value{UPDATED}, of -@cite{The `GNU Privacy Guard' Manual}, for Version @value{VERSION}. -@sp 1 -Published by the Free Software Foundation@* -59 Temple Place - Suite 330@* -Boston, MA 02111-1307 USA -@sp 1 -@copyrightnotice{} -@sp 1 -@permissionnotice{} -@end ifnottex - +@c +@c Titlepage +@c @setchapternewpage odd - @titlepage @title Using the GNU Privacy Guard @subtitle Version @value{VERSION} @@ -89,26 +79,26 @@ Boston, MA 02111-1307 USA @sp 6 -@author Werner Koch @code{(wk@@gnupg.org)} - +@author Werner Koch (@email{wk@@gnupg.org}) @page @vskip 0pt plus 1filll -@copyrightnotice{} -@sp 2 -@permissionnotice{} +@insertcopying @end titlepage + + @summarycontents @contents @page - +@ifnottex @node Top -@top Introduction -@cindex introduction +@top The GNU Privacy Guard +@insertcopying This manual documents how to use the GNU Privacy Guard system as well as the administration and the architecture. +@end ifnottex @menu * Invoking GPG:: Using the OpenPGP protocol. |