[X2Go-Commits] [python-x2go] 02/04: Makefile.docupload: Add apidoc target.
git-admin at x2go.org
git-admin at x2go.org
Thu Sep 6 19:35:04 CEST 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 486500a2ceda46fec33b7bc302e65c222544ac55
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Sep 6 19:30:54 2018 +0200
Makefile.docupload: Add apidoc target.
---
Makefile.docupload | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.docupload b/Makefile.docupload
index 00afcbf..ccac990 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -12,6 +12,9 @@ doc: docbuild docupload
clean:
${MAKE} -C docs/ clean
+apidoc:
+ sphinx-apidoc -f -e -o docs/source/ x2go
+
docbuild: clean
${MAKE} -C docs/ html SPHINXOPTS="-a -E"
--
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