diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-19 16:45:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-19 16:45:27 +0200 |
commit | 1db6ae0671a06bb5982a532d81b68493b882cb4a (patch) | |
tree | 1df230f3800cc4b52a66af5788e4ffb896068c92 /doc/Makefile.am | |
parent | 81e8a9b99cc380eb6798e51a4e55435206c63ffe (diff) |
adding man pages
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 11 |
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} |