diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 18:04:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 18:16:58 +0200 |
commit | 6c1108330d9ee782ce8542ada9375e357eca62a7 (patch) | |
tree | 1129f914286e66132aef879fb96368a5ee7f9bb0 /Makefile.am | |
parent | 14e72a181e3a683f5ed5ca7499990e7a5de49352 (diff) | |
download | patches-6c1108330d9ee782ce8542ada9375e357eca62a7.tar patches-6c1108330d9ee782ce8542ada9375e357eca62a7.tar.gz |
build: Add 'hydra.gnu.org.pub' to the distribution.
* Makefile.am (pkgdata_DATA): Rename to...
(dist_pkgdata_DATA): ... this.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7ec77c7ab8..84e77259af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,7 +178,7 @@ tests/guix-gc.log: \ $(SCM_TESTS:%.scm=%.log) # Public key used to sign substitutes from hydra.gnu.org. -pkgdata_DATA = hydra.gnu.org.pub +dist_pkgdata_DATA = hydra.gnu.org.pub EXTRA_DIST = \ HACKING \ |