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:
parent
dc2de957b3
commit
798ca1d148
32 changed files with 638 additions and 931 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue