aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2019-06-22 16:43:24 +0530
committerArun Isaac2019-06-22 16:53:59 +0530
commitf4a4b26dd53723fbcf452c4af24df4834b06471a (patch)
treeb324491e33864ebb9d6365c66aca874a30fbb459 /Makefile.am
parent73eb3cb4957e93eacea9dce3e1b9078fec7dfeda (diff)
downloadguile-email-f4a4b26dd53723fbcf452c4af24df4834b06471a.tar.gz
guile-email-f4a4b26dd53723fbcf452c4af24df4834b06471a.tar.lz
guile-email-f4a4b26dd53723fbcf452c4af24df4834b06471a.zip
doc: Create texinfo documentation.
* doc/guile-email.texi: New file. * Makefile.am (info_TEXINFOS): Register it.
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 b445d37..a0b3592 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,8 @@ SCM_LOG_DRIVER = \
$(GUILE) --no-auto-compile -s \
$(top_builddir)/build-aux/test-driver.scm
+info_TEXINFOS = doc/guile-email.texi
+
EXTRA_DIST += \
$(TESTS) \
build-aux/test-driver.scm \