This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit d83973b83b343a496d07e601551549fe78174b79
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Tue Mar 6 13:52:01 2018 +0100

    Makefile.docupload: Add docupdate target. Don't rebuild API doc for all 
files, only for files that changed.
---
 Makefile.docupload | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.docupload b/Makefile.docupload
index daa1273..3997b80 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -12,6 +12,9 @@ doc: docbuild docupload
 docbuild:
        ${MAKE} -C docs/ html SPHINXOPTS="-a -E"
 
+docupdate:
+       ${MAKE} -C docs/ html
+
 docupload:
        ssh -l${DOC_USER} ${DOC_HOST} rm -Rfv ${DOC_PATH}/*
        scp -r docs/build/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/python-x2go.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to