diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a976df705f..738532f839 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ # Copyright © 2017 Mathieu Othacehe <[email protected]> # Copyright © 2017 Leo Famulari <[email protected]> # Copyright © 2017 Ricardo Wurmus <[email protected]> -# Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <[email protected]> +# Copyright © 2017, 2020, 2023 Janneke Nieuwenhuizen <[email protected]> # Copyright © 2017 Arun Isaac <[email protected]> # Copyright © 2018 Nikita <[email protected]> # Copyright © 2018 Julien Lepiller <[email protected]> @@ -698,8 +698,7 @@ EXTRA_DIST += \ build-aux/compile-all.scm \ build-aux/compile-as-derivation.scm \ build-aux/config.rpath \ - build-aux/convert-xref.scm \ - build-aux/cuirass/hurd-manifest.scm \ + build-aux/convert-xref.scm \ build-aux/generate-authors.scm \ build-aux/test-driver.scm \ build-aux/update-NEWS.scm \ @@ -709,6 +708,7 @@ EXTRA_DIST += \ etc/guix-install.sh \ etc/historical-authorizations \ etc/news.scm \ + etc/hurd-manifest.scm \ etc/kernels-manifest.scm \ etc/release-manifest.scm \ etc/source-manifest.scm \ |