From: Jason Ish Date: Mon, 10 Feb 2025 21:21:20 +0000 (-0600) Subject: dist: include generate-evedoc.sh X-Git-Tag: suricata-8.0.0-beta1~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa47649ca294c58adaf65283c51d428d0e0f64f;p=thirdparty%2Fsuricata.git 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. --- 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 \