summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-01 15:27:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commite24670248e11ff0e9b1c8c9ae3274e7139572e9d (patch)
treef4a729b2c2d2cf262541c2d3c7e8d2ad8271f4dd /Makefile.in
parent223ad19162fdea43cf17f1507de233a5e397f36a (diff)
downloadptxdist-e24670248e11ff0e9b1c8c9ae3274e7139572e9d.tar.gz
ptxdist-e24670248e11ff0e9b1c8c9ae3274e7139572e9d.tar.xz
Add documentation support
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 56ae407ee..be8af3c13 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -132,3 +132,8 @@ maintainer-clean: distclean
release:
@scripts/make_$@.sh
+
+SPHINXBUILD = @SPHINX@
+
+docs:
+ @$(SPHINXBUILD) -b html -j 4 -d ./Documentation ./doc ./Documentation/html