From: Mark Wooding Date: Fri, 14 May 2021 18:33:51 +0000 (+0100) Subject: Makefile.am: Also distribute the `README' file. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/e4b13205c44ec284966bfe9931ad48fed3484497 Makefile.am: Also distribute the `README' file. --- diff --git a/Makefile.am b/Makefile.am index d8d3408..435b764 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,7 @@ uninstall-hook:: ## Documentation. SUBDIRS += doc +EXTRA_DIST += README.org ## Testing. SUBDIRS += t