1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Utilize new automake vars for proper installation into doc/.

This commit is contained in:
Werner Koch 2008-03-27 13:18:19 +00:00
parent dc2de957b3
commit 798ca1d148
32 changed files with 638 additions and 931 deletions

View file

@ -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;
}