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
a88cb47d55
commit
f0fddbd613
@ -1,3 +1,8 @@
|
||||
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Add --no-permission-warning to avoid spurious
|
||||
warning when importing demo keys.
|
||||
|
||||
2003-05-27 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am (CLEANFILES): Add gpg.conf
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# 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 \
|
||||
decrypt.test decrypt-dsa.test \
|
||||
@ -98,4 +98,3 @@ plain-large:
|
||||
cat $(srcdir)/../doc/HACKING \
|
||||
$(srcdir)/../doc/DETAILS \
|
||||
$(srcdir)/../doc/FAQ >plain-large
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user