diff options
author | Werner Koch <wk@gnupg.org> | 2008-03-27 14:18:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-03-27 14:18:19 +0100 |
commit | 798ca1d14803421c2aadbeffdd980150a6b33070 (patch) | |
tree | c596bcc401872d56eb0f47fbd7eb40a6369ea03f /tools | |
parent | Allow standalone build. (diff) | |
download | gnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.tar.xz gnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.zip |
Utilize new automake vars for proper installation into doc/.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/make-dns-cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-dns-cert.c b/tools/make-dns-cert.c index 42b76c6fd..4cd4bd365 100644 --- a/tools/make-dns-cert.c +++ b/tools/make-dns-cert.c @@ -190,7 +190,7 @@ main(int argc,char *argv[]) #if defined(HAVE_CONFIG_H) && defined(VERSION) printf ("make-dns-cert (GnuPG) " VERSION "\n"); #else - printf ("make-dns-cert gnupg-svn%s\n", "$Revision$"); + printf ("make-dns-cert gnupg-svn%d\n", atoi (10+"$Revision$")); #endif return 0; } |