taler-deployment

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

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

copy css and js

Diffstat:
Mtaler-build/update_docs.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh @@ -31,6 +31,8 @@ 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/*.css $HOME/build/exchange/manual/html/ +cp doc/*.js $HOME/build/exchange/manual/html/ cp -r doxygen-doc/html/* $HOME/build/exchange/doxygen/ # 3 frontends tutorials