summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2021-05-22 14:49:32 +0530
committerArun Isaac2021-05-23 14:18:55 +0530
commit1c1a422bb19a7382615885aba1b95e3b145bd537 (patch)
tree4faf04da848236bec8c510e035b8ef5539410691 /Makefile.am
parent8127394c99fbb16aee952e802c7d04c31c282ded (diff)
downloadccwl-1c1a422bb19a7382615885aba1b95e3b145bd537.tar.gz
ccwl-1c1a422bb19a7382615885aba1b95e3b145bd537.tar.lz
ccwl-1c1a422bb19a7382615885aba1b95e3b145bd537.zip
Add manual.
* doc/ccwl.texi: New file. * Makefile.am (bin_SCRIPTS): Add doc/ccwl.texi.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cabf6cc..f0b0bcb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,8 @@ SUFFIXES = .scm .go
moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
+info_TEXINFOS = doc/ccwl.texi
+
SOURCES = \
ccwl/ccwl.scm \
ccwl/yaml.scm \