summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunar Borge <runar@borge.nu>2018-06-23 23:51:10 +0200
committerRunar Borge <runar@borge.nu>2018-06-23 23:51:10 +0200
commit598f1e0385c3e3d797ebe172d4e9acba88038993 (patch)
tree1b2172d3086f3c0a45daeefdb00fca2f6b2132ee /Makefile
parentd4e3868629fd097c57ff6c47fe60b83ba4c3e272 (diff)
parent4c6282a43bc1a2ddfe690eef88536cfcd2b88535 (diff)
downloadvyos-1x-598f1e0385c3e3d797ebe172d4e9acba88038993.tar.gz
vyos-1x-598f1e0385c3e3d797ebe172d4e9acba88038993.zip
Merge branch 'current' of git://github.com/vyos/vyos-1x into current
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 143eebbac..84cc8fa90 100644
--- a/Makefile
+++ b/Makefile
@@ -43,3 +43,10 @@ test:
.PHONY: sonar
sonar:
sonar-scanner -X -Dsonar.login=${SONAR_TOKEN}
+
+.PHONY: docs
+.ONESHELL:
+docs:
+ sphinx-apidoc -o sphinx/source/ python/
+ cd sphinx/
+ PYTHONPATH=../python make html