aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorNtkskwk <natsukawa247@outlook.com>2024-09-02 21:34:34 +0800
committerNtkskwk <natsukawa247@outlook.com>2024-09-02 21:34:34 +0800
commite30752e59013997351399420412785973e56fd2f (patch)
treed1a8314069c7056facbfb03805a5c84d99d5ed49 /docs/Makefile
parent76b990510093d7cc22ba571b3625f4725ddfc7cb (diff)
downloadHydroRoll-e30752e59013997351399420412785973e56fd2f.tar.gz
HydroRoll-e30752e59013997351399420412785973e56fd2f.zip
feat(docs): add script for run dev server with Makefile
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