mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
gpg: Install the current release signing pubkey.
* g10/distsigkey.gpg: New. -- This might be useful to help installing updates.
This commit is contained in:
parent
3981ff15f3
commit
e5da80bc18
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
EXTRA_DIST = options.skel ChangeLog-2011 gpg-w32info.rc
|
EXTRA_DIST = options.skel distsigkey.gpg ChangeLog-2011 gpg-w32info.rc
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
|
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
|
||||||
-I$(top_srcdir)/include -I$(top_srcdir)/intl
|
-I$(top_srcdir)/include -I$(top_srcdir)/intl
|
||||||
@ -161,9 +161,12 @@ install-data-local:
|
|||||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
||||||
$(INSTALL_DATA) $(srcdir)/options.skel \
|
$(INSTALL_DATA) $(srcdir)/options.skel \
|
||||||
$(DESTDIR)$(pkgdatadir)/gpg-conf.skel
|
$(DESTDIR)$(pkgdatadir)/gpg-conf.skel
|
||||||
|
$(INSTALL_DATA) $(srcdir)/distsigkey.gpg \
|
||||||
|
$(DESTDIR)$(pkgdatadir)/distsigkey.gpg
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
-@rm $(DESTDIR)$(pkgdatadir)/gpg-conf.skel
|
-@rm $(DESTDIR)$(pkgdatadir)/gpg-conf.skel
|
||||||
|
-@rm $(DESTDIR)$(pkgdatadir)/distsigkey.gpg
|
||||||
|
|
||||||
|
|
||||||
# There has never been a gpg for WindowsCE, thus we don't need a gpg2 here
|
# There has never been a gpg for WindowsCE, thus we don't need a gpg2 here
|
||||||
|
BIN
g10/distsigkey.gpg
Normal file
BIN
g10/distsigkey.gpg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user