[mew-dist 27401] mew-pinentry manpage

Tatsuya Kinoshita tats at example.com
2006年 10月 19日 (木) 00:11:33 JST


mew-pinentryについてもmanpageを加えていただけないでしょうか。
パッチを添付します。

-- 
木下達也
-------------- next part --------------
--- mew.orig/bin/Makefile.in
+++ mew/bin/Makefile.in
@@ -61,6 +61,7 @@
 MAN2 = mewl.1
 MAN3 = incm.1
 MAN4 = mewest.1
+MAN5 = mew-pinentry.1
 
 CNF = config.h config.status config.cache config.log configure.lineno
 MK  = Makefile
@@ -120,6 +121,7 @@
 	$(INSTALL) -m 444 $(MAN2) $(DESTDIR)$(mandir)
 	$(INSTALL) -m 444 $(MAN3) $(DESTDIR)$(mandir)
 	$(INSTALL) -m 444 $(MAN4) $(DESTDIR)$(mandir)
+	$(INSTALL) -m 444 $(MAN5) $(DESTDIR)$(mandir)
 
 ##
 ## End of Makefile
--- mew.orig/bin/mew-pinentry.1
+++ mew/bin/mew-pinentry.1
@@ -0,0 +1,17 @@
+.\" Unlimited permission is granted to use, copy, distribute and/or modify
+.\" this file.  There is NO WARRANTY.
+.TH MEW-PINENTRY 1 "October 18, 2006"
+.SH NAME
+mew-pinentry - simple pinentry for gpg-agent
+.\"
+.SH SYNOPSIS
+mew-pinentry
+.\"
+.SH DESCRIPTION
+The
+.B mew-pinentry
+utility is a simple pinentry for gpg-agent.
+It is a front end to ask a passphrase to a user.
+.PP
+You may configure "~/.gnupg/gpg-agent.conf" to tell "gpg-agent" the path.
+.\"


Mew-dist メーリングリストの案内