aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-10-06 01:44:22 +0800
committerHsiangNianian <i@jyunko.cn>2025-10-06 01:44:22 +0800
commit39beff88ff42ec9f8365100ab1724dff2e7dd1ea (patch)
tree8f2316c7880b4a624eaf9c87a6c1a87ce4495199 /docs/Makefile
parentfac7efb7cf27425fe58dda2f3dbbb1868a647548 (diff)
downloadOneRoll-39beff88ff42ec9f8365100ab1724dff2e7dd1ea.tar.gz
OneRoll-39beff88ff42ec9f8365100ab1724dff2e7dd1ea.zip
refactor: update GitHub Actions workflow to build LaTeX PDF directly and remove latexonly target from Makefile
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 40a00ea..59b5b2c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,3 @@
-# latexonly: only build latex from already generated sources
-latexonly:
- $(SPHINXBUILD) -b latex "$(SOURCEDIR)" "$(BUILDDIR)/latex" $(SPHINXOPTS) $(O)
# Minimal makefile for Sphinx documentation
#