From ef62659838c6b5c0e7245aa434e07b89e3a603b9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 4 Nov 2021 15:43:30 +0530 Subject: Makefile: Distribute doc/hello.c.gz. and doc/hello.txt. These files are source files required for the build. They were missed out in an earlier commit. * Makefile.am (EXTRA_DIST): Add doc/hello.c.gz and doc/hello.txt. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b303ad6..58686e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,9 @@ EXTRA_DIST += \ tests/input-output-parameters.cwl \ doc/skribilo.scm \ doc/ccwl.skb \ + doc/hello.c.gz \ doc/hello.tar \ + doc/hello.txt \ $(DOC_SCM) \ COPYING \ README.org -- cgit v1.2.3