diff options
author | Arun Isaac | 2021-11-04 15:43:30 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-04 15:44:56 +0530 |
commit | ef62659838c6b5c0e7245aa434e07b89e3a603b9 (patch) | |
tree | d88561e6b95b8b58899d8a196a0d37709616a2eb | |
parent | 1d15380a117265ff30aab121a4c3b877f1497420 (diff) | |
download | ccwl-ef62659838c6b5c0e7245aa434e07b89e3a603b9.tar.gz ccwl-ef62659838c6b5c0e7245aa434e07b89e3a603b9.tar.lz ccwl-ef62659838c6b5c0e7245aa434e07b89e3a603b9.zip |
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.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |