aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 6fdb78c..bdf65e8 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -23,4 +23,8 @@ help:
# update translation command
translate:
- @$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O) \ No newline at end of file
+ @$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O)
+
+# build for debug
+dev:
+ sphinx-autobuild source _build/html \ No newline at end of file