summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-19 16:45:27 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-19 16:45:27 +0200
commit1db6ae0671a06bb5982a532d81b68493b882cb4a (patch)
tree1df230f3800cc4b52a66af5788e4ffb896068c92 /doc/Makefile.am
parent81e8a9b99cc380eb6798e51a4e55435206c63ffe (diff)
downloadexchange-1db6ae0671a06bb5982a532d81b68493b882cb4a.tar.gz
exchange-1db6ae0671a06bb5982a532d81b68493b882cb4a.tar.bz2
exchange-1db6ae0671a06bb5982a532d81b68493b882cb4a.zip
adding man pages
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c93c251d0..f9aee2c5f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,5 +2,14 @@
SUBDIRS = . doxygen
+man_MANS = \
+ taler-mint-dbinit.1 \
+ taler-mint-httpd.1 \
+ taler-mint-keyup.1 \
+ taler-mint-keycheck.1 \
+ taler-mint-reservemod.1 \
+ taler.conf.5
+
EXTRA_DIST = \
- coding-style.txt
+ coding-style.txt \
+ ${man_MANS}