summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-14 11:34:32 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-14 11:34:32 +0200
commit875611776203727de67974a933144070c54b216b (patch)
treeb4e4c14cdc4b9681a4eb863274058c76a017a60d
parente2f2d33fbe146846dfd44eedd9b36c7cd2794931 (diff)
downloaddeployment-875611776203727de67974a933144070c54b216b.tar.gz
deployment-875611776203727de67974a933144070c54b216b.tar.bz2
deployment-875611776203727de67974a933144070c54b216b.zip
modify deployment to properly update CSS of all manuals
-rwxr-xr-xtaler-build/update_docs.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh
index 386010c..debc011 100755
--- a/taler-build/update_docs.sh
+++ b/taler-build/update_docs.sh
@@ -19,6 +19,7 @@ make
doxygen
cp doc/manual.pdf $HOME/build/merchant-backend/manual/pdf/
cp doc/manual.html $HOME/build/merchant-backend/manual/html/
+cp doc/*.css $HOME/build/merchant-backend/manual/html/
cp -r doxygen-doc/html/* $HOME/build/merchant-backend/doxygen/
# 2 exchange
@@ -42,8 +43,12 @@ fetch
make
cp php/doc/tutorial.pdf $HOME/build/merchant-frontend/php/pdf/
cp php/doc/tutorial.html $HOME/build/merchant-frontend/php/html/
+cp php/doc/*.css $HOME/build/merchant-frontend/php/html/
+cp php/doc/*.jpg $HOME/build/merchant-frontend/php/html/
cp python/doc/tutorial.pdf $HOME/build/merchant-frontend/python/pdf/
cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/
+cp python/doc/*.css $HOME/build/merchant-frontend/python/html/
+cp python/doc/*.jpg $HOME/build/merchant-frontend/python/html/
# 4 api
cd $HOME/api
@@ -51,13 +56,12 @@ fetch
make html
cp -r _build/html/* $HOME/build/api/html/
-
# 5 onboarding
cd $HOME/deployment
fetch
cd doc/
-texi2pdf onboarding.texi
-texi2html onboarding.texi
+make all
+cp *.css $HOME/build/onboarding/html/
cp onboarding.html $HOME/build/onboarding/html/
cp onboarding.pdf $HOME/build/onboarding/pdf/