mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
First steps towards supporting W32.
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
This commit is contained in:
parent
c2b08ff908
commit
2c9791db55
116 changed files with 2722 additions and 5565 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-06-06 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (yat2m): Use a plain rule to build it for the sake
|
||||
of cross-compiling.
|
||||
|
||||
* yat2m.c (finish_page): Init SECT to NULL.
|
||||
|
||||
2007-05-11 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.texi (--export): Enhanced description.
|
||||
|
|
|
@ -28,13 +28,11 @@ EXTRA_DIST = DETAILS HACKING TRANSLATE OpenPGP KEYSERVER samplekeys.asc \
|
|||
gnupg-card-architecture.pdf \
|
||||
faq.raw FAQ faq.html gnupg7.texi \
|
||||
opt-homedir.texi see-also-note.texi specify-user-id.texi \
|
||||
gpgv.texi texi.css $(examples)
|
||||
gpgv.texi texi.css $(examples) yat2m.c
|
||||
|
||||
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
|
||||
gnupg-card-architecture.pdf FAQ faq.html
|
||||
|
||||
noinst_PROGRAMS = yat2m
|
||||
|
||||
info_TEXINFOS = gnupg.texi
|
||||
|
||||
dist_pkgdata_DATA = qualified.txt FAQ faq.html com-certs.pem
|
||||
|
@ -65,13 +63,13 @@ noinst_MANS = gnupg.7
|
|||
watchgnupg_SOURCE = gnupg.texi
|
||||
|
||||
|
||||
CLEANFILES = faq.raw.xref
|
||||
CLEANFILES = faq.raw.xref yat2m
|
||||
|
||||
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
|
||||
$(myman_pages) gnupg.7
|
||||
|
||||
yat2m_SOURCES = yat2m.c
|
||||
|
||||
yat2m: yat2m.c
|
||||
$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
|
||||
|
||||
|
||||
.fig.png:
|
||||
|
|
|
@ -229,7 +229,7 @@ Update all configuration files with values taken from the global
|
|||
configuration file (usually @file{/etc/gnupg/gpgconf.conf}).
|
||||
|
||||
@item --check-config [@var{filename}]
|
||||
Run a syntax check ion the global configuration file. If @var{filename}
|
||||
Run a syntax check on the global configuration file. If @var{filename}
|
||||
is given, check that file instead.
|
||||
|
||||
@end table
|
||||
|
|
|
@ -755,7 +755,7 @@ static void
|
|||
finish_page (void)
|
||||
{
|
||||
FILE *fp;
|
||||
section_buffer_t sect;
|
||||
section_buffer_t sect = NULL;
|
||||
int idx;
|
||||
const char *s;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue