]> granicus.if.org Git - neomutt/commitdiff
adds some missing options in doc and adds man pages for binaries pgpewrap and pgpring.
authorUnknown <hhorak@redhat.com>
Mon, 7 Oct 2013 17:21:38 +0000 (17:21 +0000)
committerUnknown <hhorak@redhat.com>
Mon, 7 Oct 2013 17:21:38 +0000 (17:21 +0000)
closes #3643

doc/Makefile.am
doc/PGP-Notes.txt

index f97a668fe7b76b610f2f03d31bffefff7871fe33..f4e21bce392c748b00515711ffa379536f435437 100644 (file)
@@ -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 > $@
 
index 0f5cec96523017db287dd9ecd2f57ec952ecb799..b292edbce01aab2181cce83862fe1fdaa0a90f03 100644 (file)
@@ -182,6 +182,10 @@ Command line options:
                        
        -s              Dump the secret key ring.
 
+       -S              Dump signatures.
+
+       -f              Dump fingerprints.
+
 
 
 2. pgpewrap