[X2Go-Commits] [python-x2go] 01/04: Makefile.docupload: Add docupdate target. Don't rebuild API doc for all files, only for files that changed.

git-admin at x2go.org git-admin at x2go.org
Tue Mar 6 13:54:16 CET 2018


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.gabriel at 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


More information about the x2go-commits mailing list