diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-20 14:32:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-20 14:32:09 +0100 |
commit | e72d0ec3ff07648d4f5d261fe4cab9a3a51f99df (patch) | |
tree | 07198352e44bb0a7c022ba5d0cc5588dbf8cad5d /doc/Makefile.am | |
parent | e4b209c72488e8b1a01849636bf73af2bb3a7c48 (diff) |
initial import of operator manual (needs a lot of work)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 12 |
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) |