mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* configure.ac: New option --disable-gnupg-iconv, define
USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
This commit is contained in:
parent
426819244c
commit
d7fd47185e
8 changed files with 3092 additions and 23 deletions
|
@ -22,9 +22,9 @@ AUTOMAKE_OPTIONS = no-texinfo.tex
|
|||
|
||||
EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \
|
||||
HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 gnupg-w32.reg \
|
||||
TRANSLATE
|
||||
TRANSLATE gpg.ru.sgml
|
||||
|
||||
man_MANS = gpg.1 gpgv.1 gnupg.7
|
||||
man_MANS = gpg.1 gpgv.1 gnupg.7 gpg.ru.1
|
||||
|
||||
info_TEXINFOS = gpg.texi gpgv.texi
|
||||
|
||||
|
@ -37,7 +37,7 @@ BUILT_SOURCES = FAQ faq.html
|
|||
# we can't add gpg.texi gpgv.texi here because automake does not like them to
|
||||
# be built files.
|
||||
|
||||
CLEANFILES = faq.raw.xref gpg.xml gpgv.xml
|
||||
CLEANFILES = faq.raw.xref gpg.xml gpgv.xml gpg.ru.xml
|
||||
|
||||
|
||||
# We better build the texi versions manually.
|
||||
|
|
3050
doc/gpg.ru.sgml
Normal file
3050
doc/gpg.ru.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
\input texinfo
|
||||
@setfilename gpg.info
|
||||
@documentencoding us-ascii
|
||||
@dircategory GnuPG
|
||||
@direntry
|
||||
* gpg: . encryption and signing tool
|
||||
* gpg: (gpg). GnuPG encryption and signing tool.
|
||||
@end direntry
|
||||
|
||||
@node Top, , , (dir)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
\input texinfo
|
||||
@setfilename gpgv.info
|
||||
@documentencoding us-ascii
|
||||
@dircategory GnuPG
|
||||
@direntry
|
||||
* gpgv: . signature verification tool
|
||||
* gpgv: (gpgv). GnuPG signature verification tool.
|
||||
@end direntry
|
||||
|
||||
@node Top, , , (dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue