[Gpa-commits] r1023 - in trunk: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Dec 8 18:22:55 CET 2009


Author: werner
Date: 2009-12-08 18:22:55 +0100 (Tue, 08 Dec 2009)
New Revision: 1023

Added:
   trunk/doc/
   trunk/doc/Makefile.am
   trunk/doc/gpa.1
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/autogen.sh
   trunk/configure.ac
Log:
Add a man page


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/ChangeLog	2009-12-08 17:22:55 UTC (rev 1023)
@@ -1,3 +1,8 @@
+2009-12-08  Werner Koch  <wk at g10code.com>
+
+	* doc/gpa.1: New.
+	* doc/Makefile.am: New.
+
 2009-11-10  Marcus Brinkmann  <marcus at g10code.de>
 
 	* configure.ac: Set NEED_LIBASSUAN_VERSION and NEED_LIBASSUAN_API

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/Makefile.am	2009-12-08 17:22:55 UTC (rev 1023)
@@ -21,7 +21,7 @@
 ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = dist-bzip2
 
-SUBDIRS = m4 src po pixmaps
+SUBDIRS = m4 src po pixmaps doc
 EXTRA_DIST = config.rpath  TODO README-alpha to-utf8 autogen.sh gpa.spec \
  gpa.desktop gpa.png gpadefs.h.in
 DISTCLEANFILES = gpadefs.h 

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/autogen.sh	2009-12-08 17:22:55 UTC (rev 1023)
@@ -152,5 +152,6 @@
 
 
 echo "You may now run \"
-  ./configure --enable-maintainer-mode\" and then \"make\"
+  ./configure --enable-maintainer-mode
+\" and then \"make\"
 "

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/configure.ac	2009-12-08 17:22:55 UTC (rev 1023)
@@ -359,6 +359,7 @@
 po/Makefile.in
 src/Makefile
 pixmaps/Makefile
+doc/Makefile
 ])
 
 

Added: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/doc/Makefile.am	2009-12-08 17:22:55 UTC (rev 1023)
@@ -0,0 +1,6 @@
+
+EXTRA_DIST = gpa.1
+
+man_MANS = gpa.1
+
+

Added: trunk/doc/gpa.1
===================================================================
--- trunk/doc/gpa.1	2009-11-26 18:12:33 UTC (rev 1022)
+++ trunk/doc/gpa.1	2009-12-08 17:22:55 UTC (rev 1023)
@@ -0,0 +1,75 @@
+.TH "gpa" "1" "" "" "User Commands"
+.nh
+.SH "NAME"
+gpa \- graphical frontend for the GNU Privacy Guard
+
+.SH "SYNOPSIS"
+.B gpa
+.RI [ "OPTION(S)" ]
+
+.SH "DESCRIPTION"
+The GNU Privacy Assistant (GPA) is a graphical user interface for the GNU
+Privacy Guard (GnuPG).
+.PP
+\fBgpa\fP can be used to encrypt, decrypt, and sign files, to verify
+signatures and to manage the private and public keys.
+
+.SH "OPTIONS"
+.TP
+.B \-C, \-\-card
+Start with the card-manager open.
+.TP
+.B \-c, \-\-clipboard
+Open the clipboard.
+.TP
+.B \-d, \-\-daemon
+Enable the UI server.
+.TP
+.B \-\-display=\fIDISPLAY\fP
+Open on the specified \fIDISPLAY\fP.
+.TP
+.B \-f, \-\-files
+Start with the file-manager open.
+.TP
+.B \-k, \-\-keyring
+Start with the keyring editor. This is the \fIdefault\fP.
+.TP
+.B \-o, \-\-options=\fIFILE\fP
+Read options from the specified file instead of \fI~/.gnupg/gpa.conf\fP.
+.TP
+.B \-s, \-\-settings
+Open the settings dialog.
+.TP
+.B \-?, \-\-help, \-\-help\-all
+Print usage information and exit.
+.TP
+.B \-\-help\-gtk
+Print options related to GTK. See also
+.BR gtk-options "(7)."
+.TP
+.B \-v, \-\-version
+Print version information and exit.
+
+.SH FILES
+.TP
+.I ~/.gnupg/gpa.conf
+Standard user configuration file read by \fBgpa\fP on startup.
+
+.SH "BUGS"
+Please report bugs to <bug\-gpa at gnupg.org>.
+
+.SH AUTHORS
+.B gpa
+was written by \fBMiguel Coca\fP, amongst others.
+.PP 
+This manual page was written by \fBArthur de Jong\fP <\&adejong at debian.org\&>
+and \fBDaniel Leidert\fP <\&daniel.leidert at wgdd.de\&> for the Debian GNU/Linux
+system (but may be used by others).
+\" Accroding to https://bugs.g10code.com/gnupg/issue1165:
+\" After talking to Arthur, the author of the manual page, the manual
+\" page is provided under the GNU General Public license version 2 or
+\" (at your option) any later version.
+
+.SH "SEE ALSO"
+.BR gpg (1),
+.BR gtk-options (7)



More information about the Gpa-commits mailing list