aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-10-06 01:38:50 +0800
committerHsiangNianian <i@jyunko.cn>2025-10-06 01:38:50 +0800
commitfac7efb7cf27425fe58dda2f3dbbb1868a647548 (patch)
tree737f175f8f9c908a98346dc8c0d909e0d485c589 /docs
parent22557ab6f02f11e9e480d4df5c61509b70f5dc0e (diff)
downloadOneRoll-fac7efb7cf27425fe58dda2f3dbbb1868a647548.tar.gz
OneRoll-fac7efb7cf27425fe58dda2f3dbbb1868a647548.zip
feat: add latexonly target to Makefile for building LaTeX from existing sources and update workflow to use it
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 59b5b2c..40a00ea 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,3 +1,6 @@
+# latexonly: only build latex from already generated sources
+latexonly:
+ $(SPHINXBUILD) -b latex "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(SPHINXOPTS) $(O)
# Minimal makefile for Sphinx documentation
#