From: Mark Wooding Date: Fri, 14 May 2021 18:37:34 +0000 (+0100) Subject: Makefile.am: Distribute the `confsubst' script. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/f2649a94f56b8088f36e6014fa588e0d60ae54c1 Makefile.am: Distribute the `confsubst' script. Oops. --- diff --git a/Makefile.am b/Makefile.am index 435b764..178949c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -192,5 +192,6 @@ dist-hook:: ## Additional build tools. EXTRA_DIST += config/auto-version +EXTRA_DIST += config/confsubst ###----- That's all, folks --------------------------------------------------