[X2Go-Commits] [x2gobroker] 03/10: Makefile.docupload: Add apidoc target (running sphinx-apidoc).

git-admin at x2go.org git-admin at x2go.org
Fri Sep 7 11:02:33 CEST 2018


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 0b04b63c36176b3d76578e2f75752c8e1e0993ca
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Sep 7 08:39:33 2018 +0200

    Makefile.docupload: Add apidoc target (running sphinx-apidoc).
---
 Makefile.docupload | 3 +++
 debian/changelog   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/Makefile.docupload b/Makefile.docupload
index e729c68..ce81287 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/ x2gobroker
+
 docbuild: clean
 	${MAKE} -C docs/ html SPHINXOPTS="-a -E"
 
diff --git a/debian/changelog b/debian/changelog
index e203a54..d337cd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -73,6 +73,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
     - Log to system broker.log file when run via x2gobroker-ssh.
     - Getting started documentation: Rework document, convert to markdown,
       install into x2gobroker bin:pkg (on DEB based systems).
+    - Makefile.docupload: Add apidoc target (running sphinx-apidoc).
   * debian/*:
     + Trigger Makefile's install target and install those files. Drop debhelper
       from-source-installation magic.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list