The branch, twofactorauth has been updated via 49ddf41dd754b6cfb90db2daf932752fb75f5881 (commit) from 9d8b582c790c811bf4a5b29790239f5e23644303 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile.docupload | 13 +++++++++++++ 1 file changed, 13 insertions(+) The diff of changes is: diff --git a/Makefile.docupload b/Makefile.docupload index 86f316a..e12c160 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -7,6 +7,19 @@ DOC_HOST=packages.x2go.org DOC_PATH=/srv/sites/x2go.org/packages/doc/python-x2go DOC_USER=x2go-admin +doc: docbuild docupload + +docbuild: + mkdir -p .epydoc/html + mkdir -p .epydoc/pdf + mkdir -p .epydoc/pdf.tmp + rm -Rf .epydoc/html/* + epydoc --debug -n "Python X2go" -u http://www.x2go.org -v --html --no-private -o .epydoc/html x2go/ + #epydoc --debug --pdf --no-private -o .epydoc/pdf.tmp x2go/ + #mv .epydoc/pdf.tmp/api.pdf .epydoc/pdf/Python-X2go_API.pdf + #rm -Rf .epydoc/pdf.tmp + + docupload: ssh -l${DOC_USER} ${DOC_HOST} rm -Rfv ${DOC_PATH}/* scp -r .epydoc/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/ hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).