aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dns-cert.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-03-27 13:18:19 +0000
committerWerner Koch <[email protected]>2008-03-27 13:18:19 +0000
commit798ca1d14803421c2aadbeffdd980150a6b33070 (patch)
treec596bcc401872d56eb0f47fbd7eb40a6369ea03f /tools/make-dns-cert.c
parentAllow standalone build. (diff)
downloadgnupg-798ca1d14803421c2aadbeffdd980150a6b33070.tar.gz
gnupg-798ca1d14803421c2aadbeffdd980150a6b33070.zip
Utilize new automake vars for proper installation into doc/.
Diffstat (limited to 'tools/make-dns-cert.c')
-rw-r--r--tools/make-dns-cert.c2
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;
}