mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* Makefile.am: Add --no-permission-warning to avoid spurious warning when
importing demo keys.
This commit is contained in:
parent
fbc1b34f71
commit
df441baf1c
@ -1,3 +1,8 @@
|
|||||||
|
2003-06-26 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add --no-permission-warning to avoid spurious
|
||||||
|
warning when importing demo keys.
|
||||||
|
|
||||||
2003-05-09 David Shaw <dshaw@jabberwocky.com>
|
2003-05-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* mds.test: Note that missing algorithms are not errors.
|
* mds.test: Note that missing algorithms are not errors.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Process this file with automake to create Makefile.in
|
# Process this file with automake to create Makefile.in
|
||||||
|
|
||||||
GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --import
|
GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --no-permission-warning --import
|
||||||
|
|
||||||
TESTS = version.test mds.test \
|
TESTS = version.test mds.test \
|
||||||
decrypt.test decrypt-dsa.test \
|
decrypt.test decrypt-dsa.test \
|
||||||
@ -98,4 +98,3 @@ plain-large:
|
|||||||
cat $(srcdir)/../doc/HACKING \
|
cat $(srcdir)/../doc/HACKING \
|
||||||
$(srcdir)/../doc/DETAILS \
|
$(srcdir)/../doc/DETAILS \
|
||||||
$(srcdir)/../doc/FAQ >plain-large
|
$(srcdir)/../doc/FAQ >plain-large
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user