aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* drop long-deprecated gpgsm-gencert.shDaniel Kahn Gillmor2015-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gpgsm-gencert.sh: remove deprecated script entirely. It is fully replaced by gpgsm --gen-key * doc/tools.texi: remove gpgsm-gencert.sh documentation * .gitignore: no longer ignore gpgsm-gencert.sh manpage * doc/Makefile.am: quit making the manpage * tools/Makefile.am: quit distributing the script * doc/howto-create-a-server-cert.texi: overhaul documentation to use gpgsm --gen-key and tweak explanations -- The commit deprecating gpgsm-gencert.sh (81972ca7d53ff1996e0086702a09d4405bdc2a7e) dates back exactly 6 years. https://codesearch.debian.net/results/gpgsm-gencert.sh suggests that in all of debian it is only referenced in documentation (for poldi and scute) and example files (libept), and isn't actually used directly anywhere. Furthermore, trying to use gpgsm-gencert.sh to make a simple webserver certificate-signing request failed for me, following the examples in doc/howto-create-a-server-cert.texi exactly. It's time we ripped off this band-aid :) Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* doc: Add defs.inc to BUILT_SOURCESWerner Koch2015-06-151-1/+1
|
* doc: Do not used fixed file names in the manuals.Werner Koch2015-06-091-10/+27
| | | | | | | | | | | | | | | | | | | | | | * doc/mkdefsinc.c: New. * doc/Makefile.am: Include cmacros.am. (EXTRA_DIST): Add mkdefsinc.c defsincdate. (BUILT_SOURCES): Add defsincdate (CLEANFILES): Add mkdefsinc and defs.inc. (mkdefsinc): New rule. (yat2m-stamp): Depend on defs.inc. ($(myman_pages) gnupg.7): Ditto. (gnupg.texi): Remove rule to touch itself. (dist-hook): New. (defsincdate): New. (defs.inc): New. * doc/gnupg.texi: Remove inclusion of version.texi. Include defs.inc. Also include defs.inc in all files used to build man files. Change fixed directory names to those from defs.inc. -- GnuPG-bug-id: 1661 Signed-off-by: Werner Koch <[email protected]>
* doc: Change the manual source to be only for GnuPG 2.1Werner Koch2015-06-081-2/+2
| | | | Signed-off-by: Werner Koch <[email protected]>
* doc: Fix FAQ stub and remove faq build rules.Werner Koch2015-03-041-22/+1
| | | | | | -- The FAQ is maintained in the gnupg-doc repo.
* doc: Added What's new in 2.1 article.Werner Koch2014-11-041-1/+1
| | | | --
* doc: Remove GnuPG-1 related parts from gpg.texi.Werner Koch2014-09-291-1/+1
| | | | | * doc/Makefile.am (YAT2M_OPTIONS): Add 2.1 to the source info. * doc/gpg.texi: Remove gpg1 related texts.
* Post beta release update.Werner Koch2014-08-141-1/+1
| | | | --
* doc: Update for modern makeinfo.Werner Koch2014-06-251-9/+9
| | | | | * doc/texi.css: Remove. * doc/Makefile.am (AM_MAKEINFOFLAGS): Use --css-ref.
* doc: Formatting fixes.Werner Koch2013-04-191-1/+1
| | | | | | | | | | | * doc/Makefile.am (.fig.jpg): Correct to use -L jpeg. * doc/gpg.texi: Fix cross reference for --options. * doc/gpgsm.texi: Likewise. * doc/gpl.texi: Fix enumerate and re-indent examples. -- Reported-by: Ian Abbott Signed-off-by: Werner Koch <[email protected]>
* copyright assignments are not anymore required.Werner Koch2013-03-291-1/+1
|
* Add mksamplekeys script.Werner Koch2012-03-261-1/+1
| | | | | | | * doc/mksamplekeys: New. -- Note that we have the same script in the 1.4 branch. That should be removed and only this one shall be used.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-1/+1
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Beautified the online html manualWerner Koch2011-08-121-2/+2
|
* Fix doc/Makefile target onlineWerner Koch2011-03-021-8/+7
|
* Add a static FAQ.Werner Koch2010-10-051-1/+22
| | | | | Add rules to build and upload the faqs.
* [w32ce] Do not print the faulty timezone infoWerner Koch2010-10-041-23/+4
| | | | | Switch FAQ sources to org-mode
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-2/+2
| | | | | | A couple of forward ported changes. Doc updates.
* Include dirmngr manualWerner Koch2010-06-101-6/+6
|
* add gpg-zip man page.Werner Koch2008-05-061-1/+1
|
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-7/+9
|
* Created help files form the current po entries.Werner Koch2007-12-041-1/+9
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-1/+2
| | | | | Other minor buf fixes.
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-1/+1
| | | | | New tool gpg-check-pattern.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* First steps towards supporting W32.Werner Koch2007-06-061-6/+4
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-4/+9
|
* Add a howto section.Werner Koch2007-05-081-1/+2
| | | | Makefile fixes
* gnupg.ps build fixes.Werner Koch2007-05-081-0/+4
|
* Updated to automake 1.10.Werner Koch2007-05-041-1/+1
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* g10/ and sm/Werner Koch2007-04-131-1/+1
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* Add new logo.Werner Koch2007-03-081-2/+9
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-1/+1
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-1/+2
|
* Fixes for CVE-2006-6235Werner Koch2006-12-061-1/+1
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-4/+4
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-1/+1
|
* Cleanups.Werner Koch2006-09-201-2/+2
|
* Some restructuringWerner Koch2006-09-191-0/+9
|
* Added common certificates.Werner Koch2006-09-181-1/+1
|
* Allow for a global trustlist.Werner Koch2006-09-151-1/+1
|
* doc fixesWerner Koch2006-09-081-1/+1
|
* Let scdaemon call a script on status changesWerner Koch2006-09-071-1/+4
|
* added missing gpgv man pageWerner Koch2006-08-221-4/+5
|
* Migrated more stuff to doc/Werner Koch2006-08-211-4/+28
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-181-3/+8
|
* More man pages.Werner Koch2006-08-171-1/+40
|
* Made make distcheck work againWerner Koch2006-06-201-2/+5
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* NEw file qualified.ttx - not yet ready for distributionWerner Koch2005-11-131-1/+1
|