From 1aa47649ca294c58adaf65283c51d428d0e0f64f Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 10 Feb 2025 15:21:20 -0600 Subject: [PATCH] dist: include generate-evedoc.sh Without this script `make distcheck` fails on a system with documentation tooling installed, as its required to build the EVE appendix. --- doc/userguide/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/userguide/Makefile.am b/doc/userguide/Makefile.am index aeab4768b0..356da45b99 100644 --- a/doc/userguide/Makefile.am +++ b/doc/userguide/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ configuration \ devguide \ file-extraction \ + generate-evedoc.sh \ index.rst \ upgrade \ upgrade.rst \