summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-20 14:32:09 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-20 14:32:09 +0100
commite72d0ec3ff07648d4f5d261fe4cab9a3a51f99df (patch)
tree07198352e44bb0a7c022ba5d0cc5588dbf8cad5d /doc/Makefile.am
parente4b209c72488e8b1a01849636bf73af2bb3a7c48 (diff)
downloadexchange-e72d0ec3ff07648d4f5d261fe4cab9a3a51f99df.tar.gz
exchange-e72d0ec3ff07648d4f5d261fe4cab9a3a51f99df.tar.bz2
exchange-e72d0ec3ff07648d4f5d261fe4cab9a3a51f99df.zip
initial import of operator manual (needs a lot of work)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f55160993..7e9401a09 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,6 +15,16 @@ man_MANS = \
taler-exchange-wire.1 \
taler.conf.5
+DISTCLEANFILES = \
+ taler-exchange.cps \
+ taler-exchange.dvi
+
+info_TEXINFOS = \
+ taler-exchange.texi
+extra_TEXINFOS = \
+ fdl-1.3.texi \
+ agpl.texi
EXTRA_DIST = \
coding-style.txt \
- ${man_MANS}
+ $(man_MANS) \
+ $(extra_TEXINFOS)