From 70faa1829f6a5501366f43d703ad012e68cf7a66 Mon Sep 17 00:00:00 2001 From: hhorak Date: Mon, 7 Oct 2013 17:21:38 +0000 Subject: [PATCH] adds some missing options in doc and adds man pages for binaries pgpewrap and pgpring. closes #3643 --- doc/Makefile.am | 16 +++++++++++++--- doc/PGP-Notes.txt | 4 ++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f97a668f..f4e21bce 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,6 +13,8 @@ EXTRA_DIST = dotlock.man \ smime_keys.man \ muttbug.man \ mutt.man \ + pgpewrap.man \ + pgpring.man \ PGP-Notes.txt \ applying-patches.txt \ devel-notes.txt \ @@ -46,7 +48,7 @@ topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ all: makedoc-all -makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt +makedoc-all: mutt.1 smime_keys.1 muttrc.man manual.html stamp-doc-rc stamp-doc-chunked manual.txt pgpewrap.1 pgpring.1 install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 @@ -54,6 +56,8 @@ install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) ./instdoc mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1 ./instdoc smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1 + ./instdoc pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1 + ./instdoc pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttbug.1 test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ @@ -82,7 +86,7 @@ install-data-local: makedoc-all instdoc fi uninstall-local: - for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1; do \ + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ done for f in muttrc.5 mbox.5 mmdf.5 ; do \ @@ -147,7 +151,7 @@ sortcheck: manual.xml rm -rf vars.tmp.1 vars.tmp.2 clean-local: - rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man + rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 smime_keys.1 muttrc.man pgpewrap.1 pgpring.1 rm -f *.aux *.log *.tex *.out DISTCLEANFILES=manual.txt manual.html manual.xml manual.pdf html \ @@ -171,6 +175,12 @@ EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \ mutt.1: $(srcdir)/mutt.man $(EDIT) $(srcdir)/mutt.man > $@ +pgpewrap.1: $(srcdir)/pgpewrap.man + $(EDIT) $(srcdir)/pgpewrap.man > $@ + +pgpring.1: $(srcdir)/pgpring.man + $(EDIT) $(srcdir)/pgpring.man > $@ + smime_keys.1: $(srcdir)/smime_keys.man $(EDIT) $(srcdir)/smime_keys.man > $@ diff --git a/doc/PGP-Notes.txt b/doc/PGP-Notes.txt index 0f5cec96..b292edbc 100644 --- a/doc/PGP-Notes.txt +++ b/doc/PGP-Notes.txt @@ -182,6 +182,10 @@ Command line options: -s Dump the secret key ring. + -S Dump signatures. + + -f Dump fingerprints. + 2. pgpewrap -- 2.40.0