aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-09doc: Do not used fixed file names in the manuals.Werner Koch1-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]>
2015-06-08doc: Change the manual source to be only for GnuPG 2.1Werner Koch1-2/+2
Signed-off-by: Werner Koch <[email protected]>
2015-03-04doc: Fix FAQ stub and remove faq build rules.Werner Koch1-22/+1
-- The FAQ is maintained in the gnupg-doc repo.
2014-11-04doc: Added What's new in 2.1 article.Werner Koch1-1/+1
--
2014-09-29doc: Remove GnuPG-1 related parts from gpg.texi.Werner Koch1-1/+1
* doc/Makefile.am (YAT2M_OPTIONS): Add 2.1 to the source info. * doc/gpg.texi: Remove gpg1 related texts.
2014-08-14Post beta release update.Werner Koch1-1/+1
--
2014-06-25doc: Update for modern makeinfo.Werner Koch1-9/+9
* doc/texi.css: Remove. * doc/Makefile.am (AM_MAKEINFOFLAGS): Use --css-ref.
2013-04-19doc: Formatting fixes.Werner Koch1-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]>
2013-03-29copyright assignments are not anymore required.Werner Koch1-1/+1
2012-03-26Add mksamplekeys script.Werner Koch1-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.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-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.
2011-08-12Beautified the online html manualWerner Koch1-2/+2
2011-03-02Fix doc/Makefile target onlineWerner Koch1-8/+7
2010-10-05Add a static FAQ.Werner Koch1-1/+22
Add rules to build and upload the faqs.
2010-10-04[w32ce] Do not print the faulty timezone infoWerner Koch1-23/+4
Switch FAQ sources to org-mode
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+2
A couple of forward ported changes. Doc updates.
2010-06-10Include dirmngr manualWerner Koch1-6/+6
2008-05-06add gpg-zip man page.Werner Koch1-1/+1
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-7/+9
2007-12-04Created help files form the current po entries.Werner Koch1-1/+9
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-1/+2
Other minor buf fixes.
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-1/+1
New tool gpg-check-pattern.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-6/+4
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-4/+9
2007-05-08Add a howto section.Werner Koch1-1/+2
Makefile fixes
2007-05-08gnupg.ps build fixes.Werner Koch1-0/+4
2007-05-04Updated to automake 1.10.Werner Koch1-1/+1
Use latest texinfo.tex. Typo and grammar fix.
2007-04-13g10/ and sm/Werner Koch1-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.
2007-03-08Add new logo.Werner Koch1-2/+9
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-1/+1
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-1/+2
2006-12-06Fixes for CVE-2006-6235Werner Koch1-1/+1
2006-10-17Pth tweaks and improved estream.cWerner Koch1-4/+4
2006-09-22Added iconv support and doc cleanups.Werner Koch1-1/+1
2006-09-20Cleanups.Werner Koch1-2/+2
2006-09-19Some restructuringWerner Koch1-0/+9
2006-09-18Added common certificates.Werner Koch1-1/+1
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-08doc fixesWerner Koch1-1/+1
2006-09-07Let scdaemon call a script on status changesWerner Koch1-1/+4
2006-08-22added missing gpgv man pageWerner Koch1-4/+5
2006-08-21Migrated more stuff to doc/Werner Koch1-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.
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-3/+8
2006-08-17More man pages.Werner Koch1-1/+40
2006-06-20Made make distcheck work againWerner Koch1-2/+5
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-13NEw file qualified.ttx - not yet ready for distributionWerner Koch1-1/+1
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-2/+22
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+1