From e4b13205c44ec284966bfe9931ad48fed3484497 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 14 May 2021 19:33:51 +0100 Subject: [PATCH] Makefile.am: Also distribute the `README' file. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0