Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc,w32: Fix compiler warnings. | Werner Koch | 2015-09-28 | 1 | -2/+8 |
| | | | | -- | ||||
* | w32: Adjust mkdefsinc.c for Windows | Werner Koch | 2015-06-11 | 1 | -0/+10 |
| | | | | | | | | | -- Under Windows the file names are determined at runtime. To have somewhat useful names in the manuals, we provide replacements using the strings "INSTDIR" and "APPDATA" for the installation directory and the user specific application data. | ||||
* | doc: Do not used fixed file names in the manuals. | Werner Koch | 2015-06-09 | 1 | -0/+306 |
* 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]> |