taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b2bf955396a917ea04e93f698aaf9bf16d0288d0
parent e2338b1e0fb227387ee378e4900d3b65df4be0fb
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 16 Jun 2017 03:24:32 +0200

exchange doc is a single html file

Diffstat:
Mtaler-build/update_docs.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh @@ -30,7 +30,7 @@ make pdf make html doxygen cp doc/taler-exchange.pdf $HOME/build/exchange/manual/pdf/ -cp doc/taler-exchange.html/* $HOME/build/exchange/manual/html/ +cp doc/taler-exchange.html $HOME/build/exchange/manual/html/ cp -r doxygen-doc/html/* $HOME/build/exchange/doxygen/ # 3 frontends tutorials