aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-06-09 19:29:15 +0000
committerWerner Koch <[email protected]>2015-06-09 19:29:15 +0000
commit25331bba5554a39d226d32433add7784b2e170b8 (patch)
tree4c8e4d1335407bdab98c4a7584fa2b95375457ca /doc/yat2m.c
parentdirmngr: Avoid crash due to an empty crls.d/DIR.txt. (diff)
downloadgnupg-25331bba5554a39d226d32433add7784b2e170b8.tar.gz
gnupg-25331bba5554a39d226d32433add7784b2e170b8.zip
doc: Do not used fixed file names in the manuals.
* 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]>
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 86c3c7081..e2ab86ea1 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1367,7 +1367,7 @@ parse_file (const char *fname, FILE *fp, char **section_name, int in_pause)
}
if (!incfp)
- err ("can't open include file '%s':%s",
+ err ("can't open include file '%s': %s",
incname, strerror (errno));
else
{