diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-03 18:50:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-03 18:50:10 +0100 |
commit | 90612b9f1f5fe2d976356e4fa40293a245ebd6c5 (patch) | |
tree | 8beea20f8f9cd4206c90be092d911b026cd3db60 | |
parent | 7ef490e3fc94e0b9025c98797fc014f07e21c4cc (diff) |
build: Add 'sanity-check-next.py' to the distribution.
Reported by Vagrant Cascadian <vagrant@debian.org>.
* Makefile.am (AUX_FILES): Add 'sanity-check-next.py'.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f410af4094..28546be18c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \ gnu/packages/aux-files/pack-audit.c \ gnu/packages/aux-files/python/sanity-check.py \ + gnu/packages/aux-files/python/sanity-check-next.py \ gnu/packages/aux-files/python/sitecustomize.py \ gnu/packages/aux-files/renpy/renpy.in \ gnu/packages/aux-files/run-in-namespace.c |