diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-22 18:25:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-22 18:25:01 +0200 |
commit | fd3782d13b8f2e835e9867c7abd92786a93e8ad6 (patch) | |
tree | 6259124b015fcee06d6777f0a348da0fce34892f /Makefile.am | |
parent | 52d2a2be1fda52991a19519bc260f25655bfb1ab (diff) | |
parent | 7c63fff6d0ba1dcd74e1a31c13b501d24d9c66f6 (diff) | |
download | guix-fd3782d13b8f2e835e9867c7abd92786a93e8ad6.tar guix-fd3782d13b8f2e835e9867c7abd92786a93e8ad6.tar.gz |
Merge branch 'version-0.13.0'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7c07d1b2b9..c2fc2642a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -422,6 +422,7 @@ EXTRA_DIST = \ build-aux/generate-authors.scm \ build-aux/test-driver.scm \ build-aux/update-guix-package.scm \ + build-aux/update-NEWS.scm \ build-aux/run-system-tests.scm \ d3.v3.js \ graph.js \ @@ -666,6 +667,15 @@ update-guix-package: $(top_srcdir)/build-aux/update-guix-package.scm \ "`git rev-parse HEAD`" +# Location of a checkout of <git://git.savannah.gnu.org/guix/maintenance.git>. +# Package data from this checkout is used by 'update-NEWS.scm'. +GUIX_MAINTENANCE_DIRECTORY ?= $(top_srcdir)/../guix-maintenance + +update-NEWS: $(GOBJECTS) + $(top_builddir)/pre-inst-env "$(GUILE)" \ + $(top_srcdir)/build-aux/update-NEWS.scm \ + $(top_srcdir)/NEWS "$(GUIX_MAINTENANCE_DIRECTORY)/data" + # Make sure we're not shipping a file that embeds a local /gnu/store file name. assert-no-store-file-names: $(distdir)/ChangeLog $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info \ @@ -701,7 +711,7 @@ hydra-jobs.scm: $(GOBJECTS) .PHONY: assert-no-store-file-names assert-binaries-available .PHONY: assert-final-inputs-self-contained .PHONY: clean-go make-go -.PHONY: update-guix-package release +.PHONY: update-guix-package update-NEWS release ## -------------- ## ## Silent rules. ## |