From: Boi Sletterink Date: Thu, 1 Sep 2022 09:48:43 +0000 (+0200) Subject: testing: Add missing css dir to distribution tarballs X-Git-Tag: 5.9.8dr3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b6ad8d89490f9616e3fe5d6bad3a36471f330d;p=thirdparty%2Fstrongswan.git testing: Add missing css dir to distribution tarballs Add the css dir to the EXTRA_DIST variable in the Makefile for the test environment. This dir was missing when generating distribution tarballs. Adding it enables successful builds of the test environment from the dist tarballs. Fixes: 63f35993d9fb ("testing: Use sans-serif font for test results") Closes strongswan/strongswan#1266 --- diff --git a/testing/Makefile.am b/testing/Makefile.am index 0ad9f17480..d7982f67eb 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \ - testing.conf ssh_config config hosts images scripts tests \ - README + testing.conf ssh_config config hosts images css scripts \ + tests README # exclude all files ignored by Git from the tarball dist-hook: