aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorNtskwK <natsukawa247@outlook.com>2024-09-03 08:31:50 +0800
committerGitHub <noreply@github.com>2024-09-03 08:31:50 +0800
commit66c5bb075b791b784511f00278e788df4e29fd92 (patch)
tree0591290dde6c02e8a3a1890a74d40e07ad77852f /docs/Makefile
parent76b990510093d7cc22ba571b3625f4725ddfc7cb (diff)
parent731d318b4d5f279ea58f0688353a011a41532f42 (diff)
downloadHydroRoll-66c5bb075b791b784511f00278e788df4e29fd92.tar.gz
HydroRoll-66c5bb075b791b784511f00278e788df4e29fd92.zip
Merge pull request #98 from NtskwK/main
feat: add video background to index page
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