diff options
author | Werner Koch <[email protected]> | 2015-06-09 19:29:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-06-09 19:29:15 +0000 |
commit | 25331bba5554a39d226d32433add7784b2e170b8 (patch) | |
tree | 4c8e4d1335407bdab98c4a7584fa2b95375457ca /doc/debugging.texi | |
parent | dirmngr: Avoid crash due to an empty crls.d/DIR.txt. (diff) | |
download | gnupg-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/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index 35cb699f0..7965dbc8f 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -178,7 +178,7 @@ Pick the key which best matches the creation time and run the command @cartouche @smallexample - /usr/local/libexec/gpg-protect-tool --p12-export \ + @value{LIBEXECDIR}/gpg-protect-tool --p12-export \ ~/.gnupg/private-keys-v1.d/@var{foo} >@var{foo}.p12 @end smallexample @end cartouche @@ -193,7 +193,7 @@ To import the created file on the machine you use this command: @cartouche @smallexample - /usr/local/libexec/gpg-protect-tool --p12-import --store @var{foo}.p12 + @value{LIBEXECDIR}/gpg-protect-tool --p12-import --store @var{foo}.p12 @end smallexample @end cartouche |