diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:10:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-20 20:10:46 +0100 |
commit | 8af89ff197715427763c1c80d62d96e517760434 (patch) | |
tree | 9688037931b7d58b13d9cb4469b98a0954c6a38b /doc/Makefile.am | |
parent | b554f1e9095e5c910c6cf58e040565d0ca911bca (diff) |
misc release preparations: mostly fixing 'make dist' target
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3c844e5c5..d1d10c525 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,16 @@ man_MANS = \ prebuilt/man/taler.conf.5 info_TEXINFOS = \ - prebuilt/texinfo/taler-exchange.texi + prebuilt/texinfo/taler-exchange.texi \ + prebuilt/texinfo/taler-bank.texi \ + prebuilt/texinfo/onboarding.texi EXTRA_DIST = \ - $(man_MANS) + $(man_MANS) \ + doxygen/taler.doxy \ + $(info_TEXINFOS) \ + prebuilt/texinfo/onboarding-figures/exchange-db.png \ + prebuilt/texinfo/onboarding-figures/arch-api.png \ + prebuilt/texinfo/taler-exchange-figures/exchange-db.png \ + prebuilt/texinfo/taler-bank-figures/exchange-db.png \ + prebuilt/texinfo/taler-bank-figures/arch-api.png |