diff options
| author | 2025-05-08 23:28:20 +0800 | |
|---|---|---|
| committer | 2025-05-08 23:28:20 +0800 | |
| commit | 5b0fe9c176763a4b399d2646e7e35a0d49ba22ed (patch) | |
| tree | bb099e44cae9e4d608a27374e640b1cd7f6101ef /docs | |
| parent | 67f4de4a9042dca2a68ed7f9e494f7371150ff9c (diff) | |
| download | echo-5b0fe9c176763a4b399d2646e7e35a0d49ba22ed.tar.gz echo-5b0fe9c176763a4b399d2646e7e35a0d49ba22ed.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile index 08a2dd0..af13881 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -20,12 +20,12 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @pdm run $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # update translation command translate: - @pdm run $(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O) + @$(SPHINXINTL) update -p ./build/gettext -l $(lang) $(O) # build docs docs build: - @pdm run $(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(O)
\ No newline at end of file + @$(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(O)
\ No newline at end of file |
